mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-05 18:20:39 -08:00
24 lines
500 B
JSON
24 lines
500 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": true
|
|
},
|
|
"include": [
|
|
"src/**/*.ts",
|
|
"src/**/*.js",
|
|
"src/**/*.tsx",
|
|
"src/**/*.jsx",
|
|
"public/**/*.ts",
|
|
"public/**/*.js",
|
|
"features/**/*.ts",
|
|
"scripts/**/*.ts",
|
|
"scripts/**/*.js",
|
|
"scripts/**/*.mjs",
|
|
"src/**/*.d.ts",
|
|
"public/**/*.d.ts",
|
|
"./*.json",
|
|
"./*.js",
|
|
"./*.*.js"
|
|
],
|
|
"exclude": ["template/**/*.js", "src/services/libs/i18n/i18next-electron-fs-backend.ts"]
|
|
}
|