UNPKG

319 Btext/x-handlebars-templateView Raw
1{
2 "extends": "../tsconfig.json",
3 "compilerOptions": {
4 "module": "es6",
5 "strictNullChecks": true,
6 "noEmitOnError": true,
7 "noEmit": false,
8{{#if library}}
9 "declaration": true,
10{{/if}}
11 "outDir": "../dist",
12 "rootDir": ".",
13 "inlineSources": true
14 },
15 "include": [
16 "./**/*.ts"
17 ]
18}
19
\No newline at end of file