mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-24 15:39:44 +01:00
12 lines
268 B
JSON
12 lines
268 B
JSON
{
|
|
"extends": "../../tsconfig",
|
|
"compilerOptions": {
|
|
"lib": ["dom", "dom.iterable", "esnext"],
|
|
"allowJs": true,
|
|
"jsx": "react-jsx",
|
|
"moduleResolution": "Bundler",
|
|
"noEmit": true
|
|
},
|
|
"include": ["src", "global.d.ts", "__tests__", "__e2e__"]
|
|
}
|