mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-24 04:00:59 +01:00
10 lines
173 B
JSON
10 lines
173 B
JSON
|
|
{
|
||
|
|
"extends": "../../tsconfig",
|
||
|
|
"compilerOptions": {
|
||
|
|
"lib": ["dom", "dom.iterable", "esnext"],
|
||
|
|
"jsx": "react-jsx",
|
||
|
|
"noEmit": true
|
||
|
|
},
|
||
|
|
"include": ["src"]
|
||
|
|
}
|