casualroom/shared/typescript-config/react-library.json

17 lines
337 B
JSON
Raw Permalink Normal View History

2025-07-28 07:50:50 +08:00
{
"$schema": "https://json.schemastore.org/tsconfig",
"display": "React Library",
"extends": "./base.json",
"compilerOptions": {
"lib": [
"ES2015",
"DOM",
"DOM.Iterable"
],
"target": "ES6",
"jsx": "react-jsx",
"moduleResolution": "bundler",
"module": "preserve",
"noEmit": true
}
}