19 lines
332 B
JSON
19 lines
332 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "Node16",
|
|
"moduleResolution": "node16",
|
|
"target": "ES2024",
|
|
"jsx": "react-jsx",
|
|
"strictNullChecks": true,
|
|
"strictFunctionTypes": true,
|
|
"strict": true,
|
|
"sourceMap": true,
|
|
"sourceRoot": "src",
|
|
"outDir": "out"
|
|
},
|
|
"exclude": [
|
|
"out",
|
|
"node_modules",
|
|
"**/node_modules/*"
|
|
]
|
|
} |