UNPKG

aphrodite

Version:

Framework-agnostic CSS-in-JS with support for server-side rendering, browser prefixing, and minimum CSS generation

21 lines (20 loc) 437 B
{ "compilerOptions": { "allowJs": false, "inlineSources": true, "module": "commonjs", "moduleResolution": "node", "noEmit": true, "noImplicitAny": true, "noImplicitReturns": true, "noUnusedLocals": false, "noUnusedParameters": false, "removeComments": false, "sourceMap": true, "strictNullChecks": true, "target": "es6" }, "include": [ "./tests-ts" ] }