14 lines
183 B
JSON
14 lines
183 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"module": "Node16",
|
||
|
"target": "ES2022",
|
||
|
"checkJs": false, /* Typecheck .js files. */
|
||
|
"lib": [
|
||
|
"ES2022"
|
||
|
]
|
||
|
},
|
||
|
"exclude": [
|
||
|
"node_modules"
|
||
|
]
|
||
|
}
|