erp-plugin-sdk/tsconfig.json

20 lines
469 B
JSON

{
"compilerOptions": {
"target": "ES2021",
"module": "CommonJS",
"moduleResolution": "node",
"declaration": true,
"outDir": "./dist",
"rootDir": "./src",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"types": ["node", "react"],
"ignoreDeprecations": "6.0"
},
"include": ["src/**/*"]
}