10 lines
245 B
JSON
10 lines
245 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../../dist/out-tsc/spec",
|
|
"types": ["jest", "node"],
|
|
"esModuleInterop": true
|
|
},
|
|
"include": ["./src/lib/**/*.spec.ts", "./src/lib/**/*.d.ts", "jest.config.ts"]
|
|
}
|