15 lines
235 B
JSON
15 lines
235 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"target":"ESNext",
|
|
"outDir": ".",
|
|
"moduleResolution": "bundler"
|
|
},
|
|
"include": [
|
|
".",
|
|
"../ambient.d.ts"
|
|
],
|
|
"exclude": []
|
|
}
|