9 lines
189 B
JSON
9 lines
189 B
JSON
|
|
{
|
||
|
|
"extends": "./tsconfig.node.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"outDir": "dist",
|
||
|
|
"rootDir": "src/main",
|
||
|
|
"types": ["node"]
|
||
|
|
},
|
||
|
|
"include": ["src/main/**/*", "src/shared/**/*"]
|
||
|
|
}
|