12 lines
202 B
JSON

{
"extends": "./tsconfig.json",
"exclude": [
"node_modules",
"lib",
"src/test",
],
"compilerOptions": {
"experimentalDecorators": false,
"emitDecoratorMetadata": false,
}
}