mirror of
https://github.com/mifi/lossless-cut.git
synced 2024-11-22 02:12:30 +01:00
16 lines
416 B
JSON
16 lines
416 B
JSON
{
|
|
"extends": ["@tsconfig/strictest", "@tsconfig/vite-react/tsconfig.json"],
|
|
"compilerOptions": {
|
|
"lib": ["ES2023", "DOM", "DOM.Iterable"],
|
|
"plugins": [{ "name": "typescript-plugin-css-modules" }],
|
|
"noEmit": true,
|
|
|
|
"exactOptionalPropertyTypes": false, // todo
|
|
"noImplicitAny": false, // todo
|
|
"checkJs": false, // todo
|
|
"allowJs": true, // todo
|
|
},
|
|
"include": [
|
|
"src/**/*",
|
|
],
|
|
} |