19 lines
380 B
JSON
19 lines
380 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2021",
|
|
"module": "CommonJS",
|
|
"rootDir": "./src",
|
|
"outDir": "./out",
|
|
"moduleResolution": "Node",
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"removeComments": true,
|
|
"esModuleInterop": true
|
|
},
|
|
"include": [
|
|
"src"
|
|
]
|
|
}
|