Abdullahrasheed45 commited on
Commit
90b4135
·
verified ·
1 Parent(s): 40f0791

Create tsconfig.json

Browse files
Files changed (1) hide show
  1. tsconfig.json +7 -0
tsconfig.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "files": [],
3
+ "references": [
4
+ { "path": "./tsconfig.app.json" },
5
+ { "path": "./tsconfig.node.json" }
6
+ ]
7
+ }