mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-15 19:27:51 +01:00
10 lines
181 B
JSON
10 lines
181 B
JSON
{
|
|
"extends": "../../tsconfig",
|
|
"compilerOptions": {
|
|
"outDir": "./dist/",
|
|
"lib": ["ESNext"],
|
|
"moduleResolution": "Bundler"
|
|
},
|
|
"include": ["src", "global.d.ts"]
|
|
}
|