Files
tech-interview-handbook/packages/ui/tsconfig.json
2022-09-29 18:21:39 +08:00

9 lines
177 B
JSON

{
"compilerOptions": {
"lib": ["dom", "ES2015"]
},
"extends": "@tih/tsconfig/react-library.json",
"include": ["."],
"exclude": ["dist", "build", "node_modules"]
}