15 lines
340 B
JSON
15 lines
340 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "commonjs",
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"strict": false,
|
|
"resolveJsonModule": true,
|
|
"moduleResolution": "node",
|
|
"lib": ["ES2022", "dom"],
|
|
"baseUrl": ".."
|
|
}
|
|
} |