14 lines
329 B
JSON
14 lines
329 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"forceConsistentCasingInFileNames": true,
|
|
"declarationMap": true,
|
|
"sourceMap": true,
|
|
"noEmit": false,
|
|
"emitDecoratorMetadata": true,
|
|
"outDir": "./lib",
|
|
"rootDir": "src"
|
|
},
|
|
"exclude": ["./spec/**/*.ts"]
|
|
}
|