All checks were successful
Actions / Build and Push Documentation (push) Successful in 16s
7 lines
123 B
JSON
7 lines
123 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist"
|
|
},
|
|
"include": ["src/**/*.ts"]
|
|
}
|