Files
notesnook/extensions/web-clipper/tsconfig.json
2022-12-05 15:20:54 +05:00

12 lines
244 B
JSON

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