You've already forked MathDecidr
mirror of
https://github.com/FullScreenShenanigans/MathDecidr.git
synced 2026-04-28 13:02:37 -07:00
19 lines
441 B
JSON
19 lines
441 B
JSON
{
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"module": "amd",
|
|
"moduleResolution": "node",
|
|
"noImplicitAny": true,
|
|
"noImplicitReturns": true,
|
|
"noImplicitThis": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"strictNullChecks": true,
|
|
"target": "es3"
|
|
},
|
|
"include": [
|
|
"./src/**/*.ts"
|
|
]
|
|
}
|