mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-01 19:49:54 +02: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"]
|
||
|
|
}
|