17 lines
349 B
JSON
17 lines
349 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "commonjs",
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"strict": false,
|
|
"resolveJsonModule": true,
|
|
"moduleResolution": "node",
|
|
"baseUrl": "..",
|
|
"paths": {
|
|
"*": ["*"]
|
|
}
|
|
}
|
|
} |