UNPKG

876 BJSONView Raw
1{
2 "compilerOptions": {
3 "module": "commonjs",
4 "target": "es6",
5 "outDir": "dist",
6 "rootDir": "./src",
7 "sourceMap": true,
8 "emitDecoratorMetadata": true,
9 "experimentalDecorators": true,
10 "removeComments": true,
11 "forceConsistentCasingInFileNames": true,
12 "noImplicitThis": true,
13 "moduleResolution": "node",
14 "strictNullChecks": true,
15 "skipLibCheck": true,
16 "alwaysStrict": true,
17 "noImplicitAny": true,
18 "pretty": true,
19 "declaration": true,
20 "types": [
21 "express",
22 "lodash",
23 "node",
24 "sequelize",
25 "pluralize"
26 ]
27 },
28 "include": [
29 "src"
30 ],
31 "exclude": [
32 "dist",
33 "node_modules"
34 ],
35 "compileOnSave": false,
36 "buildOnSave": false
37}