18 lines
449 B
JSON
18 lines
449 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "NodeNext",
|
|
"moduleResolution": "nodenext",
|
|
"lib": ["ESNext"],
|
|
"target": "ESNext",
|
|
// "jsx": "react",
|
|
// "allowImportingTsExtensions": true,
|
|
// "strictNullChecks": true,
|
|
"strictFunctionTypes": true,
|
|
"checkJs": true,
|
|
// "typeRoots": ["./types.d.ts"]
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"**/node_modules/*"
|
|
]
|
|
} |