mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-24 12:12:54 +01:00
17 lines
318 B
JSON
17 lines
318 B
JSON
{
|
|
"extends": "../../tsconfig",
|
|
"compilerOptions": {
|
|
"lib": ["dom", "dom.iterable", "esnext"],
|
|
"allowJs": true,
|
|
"jsx": "react-jsx",
|
|
"maxNodeModuleJsDepth": 5,
|
|
"noEmit": true
|
|
},
|
|
"include": [
|
|
"src",
|
|
"global.d.ts",
|
|
"__e2e__",
|
|
"../../packages/common/src/utils/debounce.ts"
|
|
]
|
|
}
|