mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2026-01-17 14:50:59 -08:00
21 lines
401 B
JSON
21 lines
401 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"outDir": "../out/features",
|
|
"noEmit": true,
|
|
"skipLibCheck": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true,
|
|
"moduleResolution": "node",
|
|
"resolveJsonModule": true
|
|
},
|
|
"include": [
|
|
"**/*.ts",
|
|
"**/*.js"
|
|
],
|
|
"exclude": [
|
|
"node_modules",
|
|
"**/*.d.ts"
|
|
]
|
|
}
|