mirror of
https://github.com/cupcakearmy/cometa.git
synced 2025-03-12 14:27:28 +00:00
Set output to dist and input to src
This commit is contained in:
parent
5c583603d7
commit
7282c28fc0
@ -5,8 +5,12 @@
|
||||
"moduleResolution": "node",
|
||||
"removeComments": true,
|
||||
"strict": true,
|
||||
"sourceMap": false
|
||||
"sourceMap": false,
|
||||
"outDir": "dist"
|
||||
},
|
||||
"include": [
|
||||
"src/**/*"
|
||||
],
|
||||
"exclude": [
|
||||
"./node_modules",
|
||||
"./old"
|
||||
|
Loading…
x
Reference in New Issue
Block a user