environment.ts script

This commit is contained in:
lotte
2020-03-26 15:30:41 +01:00
parent 1a318b6f7a
commit e53727248d
15 changed files with 195 additions and 195 deletions

6
tsconfig.ts-node.json Normal file
View File

@@ -0,0 +1,6 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "commonjs"
}
}