mirror of
https://github.com/kou029w/megabit.git
synced 2025-01-30 21:58:04 +00:00
23 lines
523 B
JSON
23 lines
523 B
JSON
{
|
|
"include": ["src"],
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"moduleResolution": "node",
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"declaration": true,
|
|
"noImplicitThis": true,
|
|
"alwaysStrict": true,
|
|
"strictBindCallApply": true,
|
|
"strictNullChecks": true,
|
|
"strictFunctionTypes": true,
|
|
"strictPropertyInitialization": true,
|
|
"noImplicitReturns": true,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true
|
|
},
|
|
"typedocOptions": {
|
|
"mode": "file",
|
|
"out": "docs"
|
|
}
|
|
}
|