18 lines
381 B
JSON
18 lines
381 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2020",
|
|
"module": "commonjs",
|
|
"rootDir": "./src",
|
|
"sourceMap": true,
|
|
"outDir": "./dist",
|
|
"removeComments": true,
|
|
"sourceRoot": "./src",
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true,
|
|
"alwaysStrict": true,
|
|
"noUnusedLocals": true,
|
|
"skipLibCheck": true
|
|
}
|
|
}
|