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