@codegouvfr/react-dsfr
Version:
French State Design System React integration library
15 lines (14 loc) • 363 B
JSON
{
"extends": "../tsproject.json",
"compilerOptions": {
"outDir": "../dist/",
"rootDir": ".",
"module": "ES2020",
"target": "ES2017",
"lib": ["es2015", "DOM", "ES2019.Object"],
"moduleResolution": "node",
"jsx": "react",
"allowSyntheticDefaultImports": true
},
"exclude": ["./bin"]
}