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

11 lines
238 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"esModuleInterop": true,
"jsx": "react",
"jsxFactory": "jsx",
"jsxFragmentFactory": "Fragment"
},
"include": ["./**/*.ts", "./unit/*.tsx", "../src/index.ts"]
}