8 lines
130 B
JSON
8 lines
130 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"include": ["."],
|
|
"compilerOptions": {
|
|
"outDir": "./dist"
|
|
},
|
|
"exclude": ["dist"]
|
|
}
|