mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 04:43:03 -05:00
18 lines
330 B
JSON
18 lines
330 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../../../dist/out-tsc",
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"inlineSources": true,
|
|
"types": []
|
|
},
|
|
"exclude": [
|
|
"src/test-setup.ts",
|
|
"**/*.spec.ts",
|
|
"jest.config.ts",
|
|
"**/*.test.ts"
|
|
],
|
|
"include": ["**/*.ts"]
|
|
}
|