jstd-web/node_modules/snabbdom/test/tsconfig.json

11 lines
238 B
JSON
Raw Normal View History

2025-11-25 15:23:22 +08:00
{
"extends": "../tsconfig.json",
"compilerOptions": {
"esModuleInterop": true,
"jsx": "react",
"jsxFactory": "jsx",
"jsxFragmentFactory": "Fragment"
},
"include": ["./**/*.ts", "./unit/*.tsx", "../src/index.ts"]
}