You've already forked StateHoldr
mirror of
https://github.com/FullScreenShenanigans/StateHoldr.git
synced 2026-04-28 13:02:27 -07:00
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"
|
|
]
|
|
}
|