mirror of
https://github.com/Afilmory/afilmory
synced 2026-02-01 22:48:17 +00:00
24 lines
533 B
JSON
24 lines
533 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"lib": [
|
|
"DOM",
|
|
"DOM.Iterable",
|
|
"ESNext"
|
|
],
|
|
"allowJs": false,
|
|
"skipLibCheck": true,
|
|
"esModuleInterop": false,
|
|
"allowSyntheticDefaultImports": true,
|
|
"strict": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"resolveJsonModule": true,
|
|
"isolatedModules": true,
|
|
"skipDefaultLibCheck": true,
|
|
"noImplicitAny": false,
|
|
"noEmit": true,
|
|
"jsx": "preserve",
|
|
}
|
|
} |