16 lines
297 B
JSON
16 lines
297 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "es2022",
|
||
|
"lib": ["es2022", "dom"],
|
||
|
"module": "commonjs",
|
||
|
"rootDir": "./",
|
||
|
"outDir": "./dist",
|
||
|
"esModuleInterop": true,
|
||
|
"forceConsistentCasingInFileNames": true,
|
||
|
"strict": true,
|
||
|
},
|
||
|
"ts-node": {
|
||
|
"transpileOnly": true
|
||
|
}
|
||
|
}
|