bt-react-select
Version:
19 lines (18 loc) • 426 B
JSON
{
"compilerOptions": {
"target": "ES5",
"lib": ["DOM", "DOM.Iterable", "ESNext"],
"allowJs": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "node",
"strict": true,
"jsx": "react",
"declaration": true,
"outDir": "./dist",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist"]
}