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