mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-29 00:20:04 +01:00
13 lines
273 B
JSON
13 lines
273 B
JSON
|
|
{
|
||
|
|
"extends": "../../tsconfig",
|
||
|
|
"compilerOptions": {
|
||
|
|
"lib": ["dom", "dom.iterable", "esnext"],
|
||
|
|
"allowJs": true,
|
||
|
|
"jsx": "react-jsx",
|
||
|
|
"maxNodeModuleJsDepth": 10,
|
||
|
|
"noEmit": true,
|
||
|
|
"downlevelIteration": true
|
||
|
|
},
|
||
|
|
"include": ["src", "global.d.ts"]
|
||
|
|
}
|