20 lines
338 B
JSON
20 lines
338 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "es6",
|
||
|
"module": "commonjs",
|
||
|
"lib": [
|
||
|
"ES6",
|
||
|
"DOM"
|
||
|
],
|
||
|
"noImplicitReturns": true,
|
||
|
"noFallthroughCasesInSwitch": true,
|
||
|
"strictNullChecks": true,
|
||
|
"noImplicitAny": true,
|
||
|
"declaration": true,
|
||
|
"alwaysStrict": true
|
||
|
},
|
||
|
"files": [
|
||
|
"talertest.ts"
|
||
|
]
|
||
|
}
|