mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2026-02-03 02:24:47 +08:00
9 lines
177 B
JSON
9 lines
177 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": ["dom", "ES2015"]
|
|
},
|
|
"extends": "@tih/tsconfig/react-library.json",
|
|
"include": ["."],
|
|
"exclude": ["dist", "build", "node_modules"]
|
|
}
|