18 lines
304 B
JSON
18 lines
304 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"noEmit": true,
|
||
|
"target": "ES2022",
|
||
|
"lib": [
|
||
|
"ES2022"
|
||
|
],
|
||
|
"module": "ES2022",
|
||
|
"strict": true,
|
||
|
"checkJs": true,
|
||
|
"moduleResolution": "node"
|
||
|
},
|
||
|
"include": [
|
||
|
"*.ts",
|
||
|
"*.js"
|
||
|
],
|
||
|
}
|