Files
notesnook/apps/desktop/tsconfig.json

12 lines
227 B
JSON
Raw Permalink Normal View History

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "./dist/",
"lib": ["ESNext"],
2026-04-13 14:19:01 +05:00
"moduleResolution": "Bundler"
},
2026-04-13 14:19:01 +05:00
"files": ["global.d.ts"],
"include": ["src"],
"exclude": ["__tests__"]
}