Files
notesnook/apps/desktop/tsconfig.json

9 lines
146 B
JSON
Raw Permalink Normal View History

{
"extends": "../../tsconfig",
"compilerOptions": {
"outDir": "./dist/",
"lib": ["ESNext"]
},
"include": ["src", "global.d.ts"]
}