17 lines
300 B
JSON
17 lines
300 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "ES2020",
|
||
|
"module": "CommonJS",
|
||
|
"moduleResolution": "node",
|
||
|
"esModuleInterop": true,
|
||
|
"forceConsistentCasingInFileNames": true,
|
||
|
"strict": true,
|
||
|
"skipLibCheck": true,
|
||
|
"outDir": "dist"
|
||
|
},
|
||
|
"include": [
|
||
|
"src",
|
||
|
"scripts"
|
||
|
]
|
||
|
}
|