Initial commit
This commit is contained in:
14
Backend/tsconfig.json
Normal file
14
Backend/tsconfig.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"watch": true,
|
||||
"outDir": "dist",
|
||||
"sourceMap": true,
|
||||
"noImplicitUseStrict": true
|
||||
},
|
||||
"include": [
|
||||
"./src/**/*.ts"
|
||||
],
|
||||
"exclude": [
|
||||
"./src/Integrations/buildin/**/node_modules"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user