17 lines
301 B
JSON
17 lines
301 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"target": "ES2020",
|
||
|
|
"module": "CommonJS",
|
||
|
|
"declaration": true,
|
||
|
|
"outDir": "dist",
|
||
|
|
|
||
|
|
"rootDir": "./",
|
||
|
|
"strict": true,
|
||
|
|
"esModuleInterop": true,
|
||
|
|
"skipLibCheck": true,
|
||
|
|
"forceConsistentCasingInFileNames": true
|
||
|
|
},
|
||
|
|
|
||
|
|
"include": ["nodes/**/*.ts"]
|
||
|
|
}
|