17 lines
292 B
JSON
17 lines
292 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
},
|
|
"allowSyntheticDefaultImports": true,
|
|
"jsx": "preserve"
|
|
},
|
|
"include": [
|
|
"scripts/*"
|
|
],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|