11 lines
235 B
JSON
11 lines
235 B
JSON
|
|
{
|
||
|
|
"extends": "./tsconfig.common.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"lib": ["es6", "DOM"],
|
||
|
|
"esModuleInterop": true,
|
||
|
|
"types": ["jest"],
|
||
|
|
"outDir": "./dist"
|
||
|
|
},
|
||
|
|
"include": ["./tests/**/*.test.ts"]
|
||
|
|
}
|