1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2025-01-07 08:55:41 +01:00

12 lines
207 B
JSON

{
"compilerOptions": {
"resolveJsonModule": true,
"strict": true,
"target": "ESNext",
"module": "commonjs",
"lib": ["ESNext"],
"moduleResolution": "node",
"rootDir": "./"
}
}