10 lines
231 B
JSON
10 lines
231 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"display": "Node 16",
|
|
"extends": "./base.json",
|
|
"compilerOptions": {
|
|
"lib": ["ES2020"],
|
|
"module": "commonjs",
|
|
"target": "ES2020"
|
|
}
|
|
}
|