13 lines
315 B
JSON
13 lines
315 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "ES2020",
|
|
"target": "ES2021",
|
|
"moduleResolution": "Node",
|
|
"allowSyntheticDefaultImports": true,
|
|
"baseUrl": "./src",
|
|
"rootDir": "./src",
|
|
"outDir": "./scripts"
|
|
},
|
|
"exclude": ["node_modules"],
|
|
"include": ["src"]
|
|
} |