* feat: show file backup status in context menu * feat: show backup status in list cell * feat: mapping cache * feat: add to linking menu + date format * fix: types
14 lines
257 B
JSON
14 lines
257 B
JSON
{
|
|
"extends": "../../UILib.tsconfig.json",
|
|
"compilerOptions": {
|
|
"skipLibCheck": true,
|
|
"rootDir": "./src",
|
|
"outDir": "./dist",
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
],
|
|
"references": [],
|
|
"exclude": ["**/*.spec.ts", "dist", "node_modules"]
|
|
}
|