15 lines
260 B
JSON
15 lines
260 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "ES6",
|
||
|
"module": "commonjs",
|
||
|
"outDir": "./out",
|
||
|
"rootDir": "./src",
|
||
|
"strict": true,
|
||
|
"esModuleInterop": true,
|
||
|
"skipLibCheck": true,
|
||
|
"forceConsistentCasingInFileNames": true
|
||
|
},
|
||
|
"include": [
|
||
|
"src/**/*.ts"
|
||
|
]
|
||
|
}
|