Files
notesnook/extensions/web-clipper/tsconfig.json

10 lines
192 B
JSON
Raw Normal View History

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