Commits
Ronnie authored 60c0d64ab8a
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 | } |