Files
notesnook/packages/editor/tsconfig.json

11 lines
218 B
JSON
Raw Permalink Normal View History

2022-04-05 22:53:04 +05:00
{
"extends": "../../tsconfig",
2022-04-05 22:53:04 +05:00
"compilerOptions": {
"lib": ["DOM", "DOM.Iterable", "ESNext"],
"jsx": "react-jsx",
"outDir": "./dist/"
2022-04-05 22:53:04 +05:00
},
2023-02-28 12:44:11 +05:00
"exclude": ["src/**/*.test.ts"],
"include": ["src/**/*"]
2022-04-05 22:53:04 +05:00
}