Files
notesnook/packages/editor-mobile/tsconfig.json
2024-11-13 09:17:11 +05:00

14 lines
311 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "../../tsconfig",
"compilerOptions": {
"lib": ["dom", "dom.iterable", "esnext"],
"jsx": "react-jsx",
"noEmit": true,
"allowJs": true,
"moduleResolution": "nodenext",
"module": "nodenext"
},
"include": ["src/"]
}