UNPKG

@websegment/root

Version:

A modern CSS library for rapidly building modern, responsive web interfaces and streamline your web development workflow with a comprehensive set of CSS utility classes

26 lines (23 loc) 578 B
{ "compilerOptions": { "lib": ["ESNext"], "target": "ESNext", "module": "ESNext", "moduleDetection": "force", "allowJs": true, /* Bundler mode */ "moduleResolution": "Bundler", "allowImportingTsExtensions": true, "verbatimModuleSyntax": true, "isolatedModules": true, "preserveConstEnums": true, "noEmit": true, /* Linting */ "skipLibCheck": true, "strict": true, "noFallthroughCasesInSwitch": true, "forceConsistentCasingInFileNames": true, }, "include": ["**/*.ts"], "exclude": ["node_modules"], }