Files
Josh Goldberg 9a9a98a608 (v0.5.2) Bumped gulp-shenanigans to 0.5.20
Also changed constants and equations to be public readonly members, and
equations to no longer take constants and equations in.

Fixes #1.
2016-11-30 00:11:53 -06:00

20 lines
450 B
JSON

{
"compilerOptions": {
"declaration": true,
"module": "amd",
"noImplicitAny": true,
"noImplicitReturns": true,
"noImplicitThis": true,
"noFallthroughCasesInSwitch": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"outDir": "..",
"rootDir": "..",
"strictNullChecks": true,
"target": "es3"
},
"include": [
"./**/*.ts"
]
}