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",
|
"moduleResolution": "node",
|
||||||
"removeComments": true,
|
"removeComments": true,
|
||||||
"strict": true,
|
"strict": true,
|
||||||
"sourceMap": false
|
"sourceMap": false,
|
||||||
|
"outDir": "dist"
|
||||||
},
|
},
|
||||||
|
"include": [
|
||||||
|
"src/**/*"
|
||||||
|
],
|
||||||
"exclude": [
|
"exclude": [
|
||||||
"./node_modules",
|
"./node_modules",
|
||||||
"./old"
|
"./old"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user