mirror of
https://github.com/cupcakearmy/cometa.git
synced 2025-09-05 20:40:39 +00:00
Set output to dist and input to src
This commit is contained in:
@@ -5,8 +5,12 @@
|
||||
"moduleResolution": "node",
|
||||
"removeComments": true,
|
||||
"strict": true,
|
||||
"sourceMap": false
|
||||
"sourceMap": false,
|
||||
"outDir": "dist"
|
||||
},
|
||||
"include": [
|
||||
"src/**/*"
|
||||
],
|
||||
"exclude": [
|
||||
"./node_modules",
|
||||
"./old"
|
||||
|
Reference in New Issue
Block a user