interface: updated tsconfig.json

This commit is contained in:
Tyler Brown Cifu Shuster 2020-08-15 15:28:33 -07:00
parent d8ead05309
commit 017749b8cf

View File

@ -12,7 +12,11 @@
"target": "es2015",
"module": "es2015",
"strict": true,
"jsx": "react"
"jsx": "react",
"baseUrl": ".",
"paths": {
"~/*": ["src/*"]
}
},
"include": [
"src/**/*"