first commit
This commit is contained in:
21
tsconfig.json
Normal file
21
tsconfig.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "es5",
|
||||
"module": "commonjs",
|
||||
"lib": ["es2015", "es2016", "es2017", "dom"],
|
||||
"strict": false,
|
||||
"sourceMap": true,
|
||||
"declaration": true,
|
||||
"downlevelIteration": true,
|
||||
"noUnusedLocals": true,
|
||||
"esModuleInterop": true,
|
||||
"outDir": "dist",
|
||||
"resolveJsonModule": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"typeRoots": ["node_modules/@types"],
|
||||
"types": ["node", "mocha", "chai"]
|
||||
},
|
||||
"include": ["src", "test"],
|
||||
"exclude": ["scripts/**/*", "build/**/*", "migrations/**/*"],
|
||||
"compileOnSave": true
|
||||
}
|
||||
Reference in New Issue
Block a user