19 lines
No EOL
443 B
JSON
19 lines
No EOL
443 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"declaration": true,
|
|
"removeComments": true,
|
|
"noLib": false,
|
|
"emitDecoratorMetadata": true,
|
|
"esModuleInterop": true,
|
|
"experimentalDecorators": true,
|
|
"target": "es6",
|
|
"sourceMap": false,
|
|
"outDir": "./dist",
|
|
"rootDir": "./lib",
|
|
"skipLibCheck": true,
|
|
},
|
|
"include": ["lib/**/*"],
|
|
"exclude": ["node_modules"]
|
|
}
|
|
|