mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-07-10 12:37:16 +02:00
15 lines
341 B
JSON
15 lines
341 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"lib": ["dom", "dom.iterable", "esnext"],
|
|
"allowJs": true,
|
|
"jsx": "react-jsx",
|
|
"moduleResolution": "Bundler",
|
|
"noEmit": true,
|
|
"paths": {
|
|
"@nn/test": ["./__e2e__/utils/test.ts"]
|
|
}
|
|
},
|
|
"include": ["src", "global.d.ts", "__tests__", "__e2e__"]
|
|
}
|