Files
notesnook/apps/theme-builder/tsconfig.json
2023-08-08 13:19:29 +05:00

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"]
}