Files
TypeScript/src/tsconfig-base.json
Ryan Cavanaugh ab10b86205 Almost working?
2018-06-10 19:28:38 -07:00

26 lines
559 B
JSON

{
"compilerOptions": {
"pretty": true,
"lib": ["es5"],
"target": "es5",
"declaration": true,
"declarationMap": true,
"sourceMap": true,
"composite": true,
"noEmitOnError": true,
"strictNullChecks": true,
"noImplicitAny": true,
"noImplicitThis": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"alwaysStrict": true,
"preserveConstEnums": true,
"newLine": "lf",
"types": []
}
}