Files
notesnook/apps/web/tsconfig.json

12 lines
251 B
JSON
Raw Permalink Normal View History

{
"extends": "../../tsconfig",
"compilerOptions": {
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"jsx": "react-jsx",
"maxNodeModuleJsDepth": 5,
"noEmit": true
},
2023-01-14 10:37:39 +05:00
"include": ["src", "global.d.ts", "__e2e__"]
}