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