11 lines
178 B
JSON
11 lines
178 B
JSON
|
|
{
|
||
|
|
"extends": "./tsconfig",
|
||
|
|
"include": ["./src"],
|
||
|
|
"exclude": ["**/*.test.ts"],
|
||
|
|
"compilerOptions": {
|
||
|
|
"rootDir": "../",
|
||
|
|
"baseUrl": ".",
|
||
|
|
"outDir": "./dist"
|
||
|
|
}
|
||
|
|
}
|