Files
notesnook/apps/theme-builder/tsconfig.json

10 lines
173 B
JSON
Raw Permalink Normal View History

2023-08-08 10:55:10 +05:00
{
"extends": "../../tsconfig",
"compilerOptions": {
"lib": ["dom", "dom.iterable", "esnext"],
"jsx": "react-jsx",
"noEmit": true
2023-08-08 10:55:10 +05:00
},
2023-08-08 13:11:21 +05:00
"include": ["src"]
2023-08-08 10:55:10 +05:00
}