Files
notesnook/extensions/vs-code/tsconfig.json
Abdullah Atta 370cd08b16 vscode: testing
2023-02-11 16:27:13 +05:00

15 lines
496 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "ES2020",
"lib": ["ES2020"],
"sourceMap": true,
"rootDir": "src",
"maxNodeModuleJsDepth": 5
/* Additional Checks */
// "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */
// "noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */
// "noUnusedParameters": true, /* Report errors on unused parameters. */
}
}