mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-29 00:20:04 +01:00
20 lines
344 B
JSON
20 lines
344 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"extends": "../../tsconfig",
|
|
"compilerOptions": {
|
|
"lib": [
|
|
"dom",
|
|
"dom.iterable",
|
|
"esnext"
|
|
],
|
|
"jsx": "react-jsx",
|
|
"noEmit": true,
|
|
"downlevelIteration": true,
|
|
"maxNodeModuleJsDepth": 5,
|
|
"allowJs": true
|
|
},
|
|
"include": [
|
|
"src/"
|
|
]
|
|
}
|