9 lines
133 B
JSON
9 lines
133 B
JSON
{
|
|
"extends": "./../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "build",
|
|
"rootDir": "."
|
|
},
|
|
"include": ["src"]
|
|
}
|