mirror of
https://github.com/urbit/shrub.git
synced 2024-11-24 13:06:09 +03:00
interface: updated tsconfig.json
This commit is contained in:
parent
d8ead05309
commit
017749b8cf
@ -12,7 +12,11 @@
|
||||
"target": "es2015",
|
||||
"module": "es2015",
|
||||
"strict": true,
|
||||
"jsx": "react"
|
||||
"jsx": "react",
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"~/*": ["src/*"]
|
||||
}
|
||||
},
|
||||
"include": [
|
||||
"src/**/*"
|
||||
|
Loading…
Reference in New Issue
Block a user