mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-24 20:20:21 +01:00
12 lines
217 B
JSON
12 lines
217 B
JSON
{
|
|
"extends": "../../tsconfig",
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"maxNodeModuleJsDepth": 10,
|
|
"downlevelIteration": true,
|
|
"allowJs": true,
|
|
"jsx": "react-jsx"
|
|
},
|
|
"include": ["src/"]
|
|
}
|