davidberenstein1957 commited on
Commit
6be72f7
·
verified ·
1 Parent(s): ae16005

Uploaded tsconfig.json from GitHub repository

Browse files
Files changed (1) hide show
  1. tsconfig.json +10 -0
tsconfig.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "extends": "../../tsconfig.json",
3
+ "compilerOptions": {
4
+ "outDir": "./dist",
5
+ "rootDir": "."
6
+ },
7
+ "include": [
8
+ "./**/*.ts"
9
+ ]
10
+ }