More idiomatic project setup
This commit is contained in:
parent
625fd8dd06
commit
58cdd3038f
7 changed files with 22 additions and 17 deletions
|
|
@ -8,9 +8,9 @@
|
|||
"experimentalDecorators": true,
|
||||
"noLib": false,
|
||||
"jsx": "react",
|
||||
"outDir": "./temp"
|
||||
"outDir": "dist"
|
||||
},
|
||||
"files": [
|
||||
"app/app.tsx"
|
||||
"src/index.tsx"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue