2
0
Files
bot/packages/tsconfig/react-library.json
Baptiste Arnaud 451ffbcacf ♻️ Add shared eslint config
2022-11-21 11:18:58 +01:00

12 lines
257 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"display": "React Library",
"extends": "./base.json",
"compilerOptions": {
"jsx": "react-jsx",
"lib": ["ES2015", "dom", "dom.iterable"],
"module": "ESNext",
"target": "es6"
}
}