13 lines
301 B
JSON
13 lines
301 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"lib": ["DOM", "DOM.Iterable", "ES2022"],
|
|
"jsx": "react-jsx",
|
|
"noEmit": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler"
|
|
},
|
|
"include": ["src/**/*"],
|
|
"references": [{ "path": "./tsconfig.node.json" }]
|
|
}
|