mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-02 20:21:19 +02:00
9 lines
146 B
JSON
9 lines
146 B
JSON
|
|
{
|
||
|
|
"extends": "../../tsconfig",
|
||
|
|
"compilerOptions": {
|
||
|
|
"outDir": "./dist/",
|
||
|
|
"lib": ["ESNext"]
|
||
|
|
},
|
||
|
|
"include": ["src", "global.d.ts"]
|
||
|
|
}
|