12 lines
212 B
JSON
12 lines
212 B
JSON
{
|
|
"extends": "@manuth/tsconfig/recommended",
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"module": "Node16",
|
|
"lib": [
|
|
"ES2020"
|
|
],
|
|
"target": "ES6"
|
|
}
|
|
}
|