Files
notesnook/packages/common/tsconfig.json

9 lines
132 B
JSON
Raw Permalink Normal View History

2023-06-10 12:17:23 +05:00
{
"extends": "../../tsconfig",
"compilerOptions": {
"outDir": "./dist",
"jsx": "react-jsx"
},
"include": ["src/"]
}