blackbox.js
Version:
Blackbox.js is a library for handling state inside your React application. 📦
17 lines (16 loc) • 340 B
JSON
{
"compilerOptions": {
"target": "ES5",
"outDir": "lib",
"declaration": true,
"sourceMap": true,
"module": "ES6",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"jsx": "react"
},
"include": ["src/**/*"],
"exclude": ["**/*.spec.ts"]
}