9 lines
121 B
JSON
9 lines
121 B
JSON
{
|
|
"extends": "../../shared.tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./out"
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
]
|
|
} |