mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
14 lines
197 B
JSON
14 lines
197 B
JSON
{
|
|
"extends": "../tsconfig.build.json",
|
|
"compilerOptions": {
|
|
"types": ["node"]
|
|
},
|
|
"files": [],
|
|
"include": [],
|
|
"references": [
|
|
{
|
|
"path": "./tsconfig.build.json"
|
|
}
|
|
]
|
|
}
|