PromucFlow_constructor/app/client/packages/eslint-plugin/tsconfig.json

12 lines
223 B
JSON
Raw Normal View History

{
"compilerOptions": {
"outDir": "dist",
"target": "es2022",
"module": "commonjs",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
}
}