fenghuo/packages/typescript-config/react-library.json

13 lines
254 B
JSON
Raw Permalink Normal View History

2025-02-18 15:35:03 +08:00
{
"$schema": "https://json.schemastore.org/tsconfig",
"display": "React Library",
"extends": "./base.json",
"compilerOptions": {
2025-05-26 19:56:34 +08:00
"lib": ["ES2015"],
"module": "ESNext",
"target": "ES6",
2025-02-18 15:35:03 +08:00
"jsx": "react-jsx",
2025-05-26 19:56:34 +08:00
"noEmit": true
2025-02-18 15:35:03 +08:00
}
}