Commits

Ronnie authored 60c0d64ab8a
strict mode on everywhere
No tags

webfacade-api/tsconfig.json

Modified
1 1
2 2 {
3 3 "compilerOptions": {
4 4 "outDir": "./build",
5 5 "sourceMap": true,
6 6 "declaration": true,
7 7 "module": "es2020",
8 - "strict": false,
9 8 "moduleResolution": "node",
10 9 "target": "ES2016",
11 10 "typeRoots": [
12 11 "node_modules/@types"
13 12 ],
14 13 "lib": [
15 14 "ES7",
16 15 "dom"
17 16 ]
18 17 }

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut