9 lines
160 B
JSON
9 lines
160 B
JSON
|
|
{
|
||
|
|
"extends": "../tsconfig.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"outDir": "build/main"
|
||
|
|
},
|
||
|
|
"include": ["**/*.ts", "**/.*.ts"],
|
||
|
|
"exclude": ["node_modules"]
|
||
|
|
}
|