2020-02-07 12:34:43 +09:00
|
|
|
{
|
2020-02-07 14:00:49 +09:00
|
|
|
"include": ["src"],
|
2020-02-07 12:34:43 +09:00
|
|
|
"compilerOptions": {
|
|
|
|
"target": "esnext",
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"allowJs": true,
|
2020-02-07 14:38:54 +09:00
|
|
|
"checkJs": true,
|
2020-02-07 12:34:43 +09:00
|
|
|
"declaration": true,
|
|
|
|
"noImplicitThis": true,
|
|
|
|
"alwaysStrict": true,
|
|
|
|
"strictBindCallApply": true,
|
|
|
|
"strictNullChecks": true,
|
|
|
|
"strictFunctionTypes": true,
|
|
|
|
"strictPropertyInitialization": true,
|
2020-02-12 02:36:45 +09:00
|
|
|
"noFallthroughCasesInSwitch": true,
|
2020-02-07 12:34:43 +09:00
|
|
|
"noImplicitReturns": true,
|
|
|
|
"noUnusedLocals": true,
|
|
|
|
"noUnusedParameters": true
|
|
|
|
}
|
|
|
|
}
|