15 lines
312 B
JSON
15 lines
312 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"target": "es2022",
|
||
|
|
"module": "commonjs",
|
||
|
|
"esModuleInterop": true,
|
||
|
|
"noImplicitAny": false,
|
||
|
|
"noEmit": true,
|
||
|
|
"skipLibCheck": true,
|
||
|
|
"allowJs": true,
|
||
|
|
"checkJs": true,
|
||
|
|
"strict": true
|
||
|
|
},
|
||
|
|
"include": ["app.js"]
|
||
|
|
}
|