9 lines
157 B
JSON
9 lines
157 B
JSON
{
|
|
"extends": "@manuth/tsconfig/recommended",
|
|
"compilerOptions": {
|
|
"module": "Node16",
|
|
"lib": [
|
|
"ES2022"
|
|
]
|
|
}
|
|
} |