9 lines
182 B
JSON
9 lines
182 B
JSON
|
{
|
||
|
"extends": "../../tsconfig.build.json",
|
||
|
"compilerOptions": {
|
||
|
"outDir": "dist"
|
||
|
},
|
||
|
"include": ["tests/**/*.js", "tests/**/*.ts"],
|
||
|
"exclude": ["node_modules", "dist"]
|
||
|
}
|