UNPKG

@spaced-out/ui-design-system

Version:
16 lines (15 loc) 348 B
{ "extends": "../tsconfig.json", "compilerOptions": { "noEmit": true, "rootDir": "..", "moduleResolution": "bundler", "module": "ESNext", "target": "ESNext", "jsx": "react-jsx", "types": ["node", "webpack-env"], "resolveJsonModule": true, "skipLibCheck": true }, "include": ["./**/*.ts", "./**/*.tsx"] }