mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-29 00:20:04 +01:00
15 lines
280 B
JSON
15 lines
280 B
JSON
{
|
|
"extends": "../../tsconfig",
|
|
"compilerOptions": {
|
|
"lib": ["DOM", "DOM.Iterable", "ESNext"],
|
|
"jsx": "react-jsx",
|
|
"outDir": "./dist/",
|
|
"baseUrl": "./",
|
|
"paths": {
|
|
"@/*": ["*"]
|
|
}
|
|
},
|
|
"exclude": ["src/**/*.test.ts"],
|
|
"include": ["src/**/*"]
|
|
}
|