You've already forked MathDecidr
mirror of
https://github.com/FullScreenShenanigans/MathDecidr.git
synced 2026-04-28 13:02:37 -07:00
9a9a98a608
Also changed constants and equations to be public readonly members, and equations to no longer take constants and equations in. Fixes #1.
20 lines
450 B
JSON
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"
|
|
]
|
|
}
|