Files
notesnook/apps/web/tsconfig.json

11 lines
233 B
JSON
Raw Permalink Normal View History

{
"extends": "../../tsconfig",
"compilerOptions": {
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"jsx": "react-jsx",
"noEmit": true
},
"include": ["src", "global.d.ts", "__tests__", "__e2e__"]
}