Files
foam/packages/foam-vscode/tsconfig.json
Riccardo d0ee71be1b Updated a bunch of dependencies (#1160)
* Updated typescript and vscode engine version to support workspace trust

* updates tsdx to dts, and updated a other deps too

* updated eslint configuration

* Updated node version

* Update lerna

* Updated github action configuration

* removed glob library
2023-02-11 00:08:23 +01:00

15 lines
354 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"moduleResolution": "node",
"esModuleInterop": true,
"outDir": "out",
"lib": ["ES2019", "es2020.string", "DOM"],
"sourceMap": true,
"strict": false,
"downlevelIteration": true
},
"include": ["src", "types"],
"exclude": ["node_modules", ".vscode-test"]
}