12 lines
226 B
JSON
12 lines
226 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "ES2022",
|
|
"checkJs": true,
|
|
"allowJs": true,
|
|
"noEmit": true,
|
|
"lib": ["DOM", "ES2022"]
|
|
},
|
|
"include": ["**/*.js"]
|
|
}
|