mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-07-09 20:09:36 +02:00
12 lines
227 B
JSON
12 lines
227 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist/",
|
|
"lib": ["ESNext"],
|
|
"moduleResolution": "Bundler"
|
|
},
|
|
"files": ["global.d.ts"],
|
|
"include": ["src"],
|
|
"exclude": ["__tests__"]
|
|
}
|