ecommerce-template/packages/config-typescript/react-library.json
2025-06-19 02:40:01 +08:00

11 lines
224 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "./base.json",
"compilerOptions": {
"lib": ["ES2015"],
"module": "ESNext",
"target": "ES6",
"jsx": "react-jsx",
"noEmit": true
}
}