16 lines
368 B
JSON
16 lines
368 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"rootDir": ".",
|
|
"outDir": "./dist/tsc-lib",
|
|
"lib": ["dom", "es2018"],
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"paths": {
|
|
"injection-js": ["./node_modules/injection-js/lib/index.ts"]
|
|
}
|
|
},
|
|
"include": ["src"],
|
|
"exclude": ["src/testing/**/*", "**/*.spec.ts"]
|
|
}
|