Files
notesnook/apps/vericrypt/tsconfig.json

10 lines
173 B
JSON
Raw Permalink Normal View History

2023-07-31 11:30:54 +05:00
{
"extends": "../../tsconfig",
"compilerOptions": {
"lib": ["dom", "dom.iterable", "esnext"],
"jsx": "react-jsx",
"noEmit": true
},
"include": ["src"]
}