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