1
0
mirror of https://github.com/sasjs/server.git synced 2026-01-06 06:10:04 +00:00

chore(*): initial commit

This commit is contained in:
Yury Shkoda
2021-06-09 09:03:54 +03:00
commit c3b7a84322
6 changed files with 1591 additions and 0 deletions

10
tsconfig.json Normal file
View File

@@ -0,0 +1,10 @@
{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"rootDir": "./",
"outDir": "./dist",
"esModuleInterop": true,
"strict": true
}
}