mirror of https://github.com/mifi/lossless-cut
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
437 B
JSON
17 lines
437 B
JSON
{
|
|
"extends": ["@tsconfig/strictest", "@tsconfig/vite-react/tsconfig.json"],
|
|
"compilerOptions": {
|
|
"plugins": [{ "name": "typescript-plugin-css-modules" }],
|
|
|
|
"exactOptionalPropertyTypes": false, // todo
|
|
"noUncheckedIndexedAccess": true,
|
|
"noEmit": true,
|
|
"isolatedModules": true,
|
|
"noImplicitAny": false, // todo
|
|
"checkJs": false, // todo
|
|
"allowJs": true, // todo
|
|
},
|
|
"include": [
|
|
"src/**/*",
|
|
],
|
|
} |