cc-core-cli
Version:
Command Line Interface tool for generating project templates for the (Your Platform's Name) platform.
22 lines • 479 B
JSON
{
"compilerOptions": {
"module": "commonjs",
"declaration": true,
"removeComments": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es2017",
"sourceMap": true,
"outDir": "./dist",
"baseUrl": "./",
"incremental": true,
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true,
"skipLibCheck": true
},
"exclude": [
"node_modules",
"dist",
"media"
]
}