chart-parts/tsconfig.json

15 строки
296 B
JSON

{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"moduleResolution": "node",
"declaration": true,
"forceConsistentCasingInFileNames": true,
"allowSyntheticDefaultImports": true,
"jsx": "react-jsx",
"strict": true,
"noUnusedLocals": true,
"lib": ["esnext"]
}
}