initial commit ;)
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "./out-tsc/app",
|
||||
"types": []
|
||||
"types": ["node"],
|
||||
"typeRoots": ["../node_modules/@types"]
|
||||
},
|
||||
"files": [
|
||||
"src/main.ts",
|
||||
|
||||
Reference in New Issue
Block a user