Files
notesnook/apps/web/tsconfig.json
2022-08-27 17:27:46 +05:00

12 lines
225 B
JSON

{
"extends": "../../tsconfig",
"compilerOptions": {
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"jsx": "react-jsx",
"maxNodeModuleJsDepth": 5,
"noEmit": true
},
"include": ["src"]
}