12 lines
230 B
JSON
12 lines
230 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "ES2022",
|
|
"target": "ES2022",
|
|
"moduleResolution": "Node",
|
|
"lib": ["ES2022"],
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"strict": true
|
|
},
|
|
"include": ["*.ts"]
|
|
} |