11 lines
170 B
JSON
11 lines
170 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": "src",
|
|
"outDir": "dist",
|
|
"lib": [
|
|
"dom"
|
|
]
|
|
}
|
|
}
|