25 lines
580 B
JSON
25 lines
580 B
JSON
{
|
|
"version": "2.4.2",
|
|
"compilerOptions": {
|
|
"lib": ["ES2021"],
|
|
"esModuleInterop": true,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"module": "CommonJS",
|
|
"moduleResolution": "Node",
|
|
"noEmitOnError": true,
|
|
"noImplicitAny": true,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": false,
|
|
"outDir": "./dist",
|
|
"removeComments": false,
|
|
"sourceMap": false,
|
|
"strict": true,
|
|
"target": "ES2021",
|
|
"skipLibCheck": false,
|
|
"resolveJsonModule": true
|
|
},
|
|
"include": ["src"],
|
|
"exclude": ["node_modules"]
|
|
}
|