init
This commit is contained in:
19
tsconfig.json
Normal file
19
tsconfig.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"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/*"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user