18 lines
338 B
JSON
18 lines
338 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../../dist/out-tsc",
|
|
"module": "commonjs",
|
|
"types": ["jest", "node"]
|
|
},
|
|
"include": [
|
|
"jest.config.ts",
|
|
"src/**/*.test.ts",
|
|
"src/**/*.spec.ts",
|
|
"src/**/*.d.ts",
|
|
"test/**/*.test.ts",
|
|
"test/**/*.spec.ts",
|
|
"test/**/*.d.ts",
|
|
]
|
|
}
|