conflakes
Version:
Manager of the configuration, may be depending on the environment, with the ability to import another config files defined inside themselves.
20 lines • 426 B
JSON
{
"compilerOptions": {
"module": "commonjs",
"target": "ES6",
"sourceMap": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"removeComments": true,
"declaration": true,
"outDir": "dist"
},
"include": [
"src/**/*.ts",
"tests/**/*.ts",
"typings/**/*.ts"
],
"exclude": [
"node_modules"
]
}