mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-05 07:49:58 +00:00
13 lines
272 B
JSON
13 lines
272 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node",
|
|
"target": "ES2020",
|
|
"strictNullChecks": true,
|
|
"strictFunctionTypes": true
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"**/node_modules/*"
|
|
]
|
|
} |