Compare commits

..

2 Commits

Author SHA1 Message Date
ef9f75240d
API-35: Removing unused tsoa file 2022-01-09 16:18:53 +01:00
e4528e8f1b
API-35: Changing tsconfig back 2022-01-09 16:18:00 +01:00
2 changed files with 8 additions and 18 deletions

View File

@ -1,12 +1,10 @@
{ {
"compilerOptions": { "compilerOptions": {
"target": "es2016", "target": "es2016",
"module": "commonjs", "module": "commonjs",
"outDir": "./dist", "outDir": "./dist",
"strict": true, "strict": true,
"esModuleInterop": true, "esModuleInterop": true,
"inlineSourceMap": true, "inlineSourceMap": true
"experimentalDecorators": true, }
"emitDecoratorMetadata": true
}
} }

View File

@ -1,8 +0,0 @@
{
"entryFile": "app.ts",
"noImplicitAdditionalProperties": "throw-on-extras",
"spec": {
"outputDirectory": ".",
"specVersion": 3
}
}