10 lines
221 B
JSON
10 lines
221 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./out-tsc/spec",
|
|
"types": ["jest", "node"],
|
|
"baseUrl": "./src"
|
|
},
|
|
"include": ["src/**/*.spec.ts", "src/**/*.d.ts"]
|
|
}
|