mirror of
https://github.com/cupcakearmy/cometa.git
synced 2025-03-12 14:27:28 +00:00
14 lines
237 B
JSON
14 lines
237 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNEXT",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"removeComments": true,
|
|
"strict": true,
|
|
"sourceMap": false
|
|
},
|
|
"exclude": [
|
|
"./node_modules",
|
|
"./old"
|
|
]
|
|
} |