10 lines
175 B
JSON
10 lines
175 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist"
|
|
},
|
|
"include": [
|
|
"./src/**/*.ts",
|
|
"./tests/**/*.ts"
|
|
]
|
|
}
|