mirror of
https://github.com/kvasonaft/fb2-reader.git
synced 2026-07-22 08:31:14 +00:00
15 lines
304 B
JSON
15 lines
304 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"module": "ESNext",
|
|
"target": "ES2021",
|
|
"moduleResolution": "bundler",
|
|
"allowJs": true,
|
|
"noImplicitAny": true,
|
|
"strictNullChecks": true,
|
|
"importHelpers": true,
|
|
"isolatedModules": true,
|
|
"lib": ["DOM", "ES2021"]
|
|
},
|
|
"include": ["src/**/*.ts"]
|
|
}
|