11 lines
180 B
JSON
11 lines
180 B
JSON
|
|
{
|
||
|
|
"extends": "../../tsconfig.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"outDir": "./build",
|
||
|
|
"allowJs": false,
|
||
|
|
"noEmit": false
|
||
|
|
},
|
||
|
|
"include": ["./index.ts"],
|
||
|
|
"exclude": []
|
||
|
|
}
|