14 lines
188 B
JSON
14 lines
188 B
JSON
{
|
|
"extends": "./base.json",
|
|
"compilerOptions": {
|
|
"module": "ES2020",
|
|
"target": "ES2020",
|
|
"lib": [
|
|
"ES2020",
|
|
"DOM"
|
|
],
|
|
"types": [
|
|
"node"
|
|
]
|
|
}
|
|
} |