Bump typedi from 0.8.0 to 0.10.0 (#28)
[GitHub/WoltLab/blacklist.git] / tsconfig.json
CommitLineData
d148e550
AE
1{
2 "compilerOptions": {
3 "module": "commonjs",
4 "noImplicitAny": true,
5 "removeComments": true,
6 "preserveConstEnums": true,
7 "lib": [
8 "es2017"
9 ],
10 "target": "es2017",
11 "experimentalDecorators": true,
12 "emitDecoratorMetadata": true,
13 "outDir": "dist/",
14 "alwaysStrict": true
15 },
16 "include": [
17 "src/**/*.ts",
18 ],
19 "exclude": [
20 "node_modules",
21 ],
22}