11 lines
265 B
JSON
11 lines
265 B
JSON
|
{
|
||
|
"extends": "../../tsconfig.build.json",
|
||
|
"compilerOptions": {
|
||
|
"allowJs": true,
|
||
|
"outDir": "./dist",
|
||
|
"lib": ["ESNext"],
|
||
|
"baseUrl": ".",
|
||
|
},
|
||
|
"include": ["./src/**/*"],
|
||
|
"exclude": ["node_modules", "**/*.json", "**/*.spec.ts", "**/*.spec.js"]
|
||
|
}
|