UNPKG

feature-flag-core

Version:

🏁 Turn features on and off like a pro – no magic spells required.🎩✨

47 lines (45 loc) 1.08 kB
// { // "compilerOptions": { // "target": "ES2020", // "module": "ESNext", // "moduleResolution": "Node", // "outDir": "./dist", // "rootDir": "./src", // "esModuleInterop": true, // "strict": true, // "types": ["node"] // }, // "include": ["src"] // } // { // "compilerOptions": { // "jsx": "react-jsx", // "target": "ES2020", // "module": "CommonJS", // "declaration": true, // "moduleResolution": "Node", // "allowSyntheticDefaultImports": true, // "outDir": "./dist", // "esModuleInterop": true, // "skipLibCheck": true, // "strict": true, // "types": ["node"] // }, // "include": ["src","index.ts","bin"] // } { "compilerOptions": { "target": "ESNext", "module": "ESNext", "moduleResolution": "Node", "outDir": "dist", "declaration": true, "declarationDir": "dist/types", "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": true, "skipLibCheck": true, "jsx": "react" }, "include": ["src", "index.ts","flags.json"] }