Compare commits

...

2 Commits

Author SHA1 Message Date
Paddy ef9f75240d API-35: Removing unused tsoa file 2022-01-09 16:18:53 +01:00
Paddy e4528e8f1b API-35: Changing tsconfig back 2022-01-09 16:18:00 +01:00
2 changed files with 8 additions and 18 deletions
+8 -10
View File
@@ -1,12 +1,10 @@
{
"compilerOptions": {
"target": "es2016",
"module": "commonjs",
"outDir": "./dist",
"strict": true,
"esModuleInterop": true,
"inlineSourceMap": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true
}
"compilerOptions": {
"target": "es2016",
"module": "commonjs",
"outDir": "./dist",
"strict": true,
"esModuleInterop": true,
"inlineSourceMap": true
}
}
-8
View File
@@ -1,8 +0,0 @@
{
"entryFile": "app.ts",
"noImplicitAdditionalProperties": "throw-on-extras",
"spec": {
"outputDirectory": ".",
"specVersion": 3
}
}