11 lines
179 B
JSON
11 lines
179 B
JSON
{
|
|
"extends": "./config/tsconfig.node.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./dist"
|
|
},
|
|
"include": [
|
|
"./src/**/*"
|
|
],
|
|
"references": []
|
|
}
|