diff --git a/package.json b/package.json index c269da3..20b64f1 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@types/swagger-jsdoc": "^6.0.0", "@types/swagger-ui-express": "^4.1.2", "nodemon": "^2.0.7", - "ts-node": "^9.1.1", - "typescript": "^4.1.3" + "ts-node": "^10.0.0", + "typescript": "^4.3.2" } } diff --git a/tsconfig.json b/tsconfig.json new file mode 100644 index 0000000..4e45e36 --- /dev/null +++ b/tsconfig.json @@ -0,0 +1,24 @@ +{ + "compilerOptions": { + "module": "commonjs", + "noImplicitAny": false, + "removeComments": true, + "preserveConstEnums": true, + "sourceMap": true + }, + "files": [ + "core.ts", + "sys.ts", + "types.ts", + "scanner.ts", + "parser.ts", + "utilities.ts", + "binder.ts", + "checker.ts", + "emitter.ts", + "program.ts", + "commandLineParser.ts", + "tsc.ts", + "diagnosticInformationMap.generated.ts" + ] + } \ No newline at end of file