mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-24 15:39:44 +01:00
11 lines
218 B
JSON
11 lines
218 B
JSON
{
|
|
"extends": "../../tsconfig",
|
|
"compilerOptions": {
|
|
"lib": ["DOM", "DOM.Iterable", "ESNext"],
|
|
"jsx": "react-jsx",
|
|
"outDir": "./dist/"
|
|
},
|
|
"exclude": ["src/**/*.test.ts"],
|
|
"include": ["src/**/*"]
|
|
}
|