tjson-js
Version:
Tagged JSON (TJSON): a JSON-based microformat with rich type annotations
24 lines (23 loc) • 594 B
JSON
{
"compilerOptions": {
"target": "es2017",
"module": "commonjs",
"removeComments": false,
"preserveConstEnums": true,
"sourceMap": true,
"experimentalDecorators": true,
"declaration": true,
"pretty": true,
"alwaysStrict": true,
"noFallthroughCasesInSwitch": true,
"noImplicitAny": true,
"noImplicitReturns": true,
"noImplicitThis": true,
"noUnusedParameters": true,
"strictNullChecks": true,
"newLine": "LF"
},
"include": [
"src/**/*.ts"
]
}