mirror of
https://github.com/foambubble/foam.git
synced 2026-01-09 14:08:13 -05:00
* 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
15 lines
354 B
JSON
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"]
|
|
}
|