10 lines
165 B
JSON
10 lines
165 B
JSON
|
{
|
||
|
"extends": "../libs/shared/tsconfig",
|
||
|
"compilerOptions": {
|
||
|
"outDir": "dist",
|
||
|
"module": "NodeNext",
|
||
|
"target": "ESNext"
|
||
|
},
|
||
|
"include": ["*.ts"]
|
||
|
}
|