UNPKG

@dabapps/roe

Version:

A collection of React components, styles, mixins, and atomic CSS classes to aid with the development of web applications.

15 lines (14 loc) 354 B
{ "compilerOptions": { "strictNullChecks": true, "noImplicitAny": true, "skipLibCheck": true, "pretty": true, "jsx": "react", "target": "es5", "module": "commonjs", "typeRoots": ["./node_modules/@types/", "./@types/"], "baseUrl": "./src/ts/" }, "include": ["./src/ts/", "./tests/", "./@types/", "./examples/"] }