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