13 lines
255 B
JSON
13 lines
255 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node",
|
|
"target": "ES2022",
|
|
"lib": ["ES2022", "DOM"],
|
|
"types": ["node"],
|
|
},
|
|
"include": ["**/*.js", "**/*.mjs", "**/*.ts"]
|
|
}
|