mirror of
https://github.com/cupcakearmy/cometa.git
synced 2024-11-10 20:04:23 +01:00
14 lines
240 B
JSON
14 lines
240 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNEXT",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"removeComments": true,
|
|
"strict": true,
|
|
"sourceMap": false,
|
|
"outDir": "dist"
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
]
|
|
} |