mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2026-02-03 02:24:47 +08:00
13 lines
254 B
JSON
13 lines
254 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"display": "React Library",
|
|
"extends": "./base.json",
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"lib": ["ES2015"],
|
|
"module": "ESNext",
|
|
"target": "es6",
|
|
"noEmit": true
|
|
}
|
|
}
|