generated from nhcarrigan/template
15 lines
314 B
JSON
15 lines
314 B
JSON
![]() |
{
|
||
|
"compilerOptions": {
|
||
|
"target": "ES6",
|
||
|
"module": "CommonJS",
|
||
|
"rootDir": "./src",
|
||
|
"outDir": "./prod",
|
||
|
"strict": true,
|
||
|
"esModuleInterop": true,
|
||
|
"skipLibCheck": true,
|
||
|
"forceConsistentCasingInFileNames": true,
|
||
|
"resolveJsonModule": true
|
||
|
},
|
||
|
"exclude": ["tests/**/*.spec.ts"]
|
||
|
}
|