mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-24 23:49:33 +01:00
14 lines
311 B
JSON
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/"]
|
|
}
|