11 lines
182 B
JSON
11 lines
182 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"lib": ["ES2021"],
|
|
"types": []
|
|
},
|
|
"include": ["."]
|
|
}
|