mirror of
https://github.com/nilbuild/diffity.git
synced 2026-09-19 07:26:16 +08:00
16 lines
380 B
JSON
16 lines
380 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"rootDir": "./src",
|
|
"rootDirs": [".", "./.react-router/types"],
|
|
"composite": true,
|
|
"jsx": "react-jsx",
|
|
"lib": ["ES2022", "DOM", "DOM.Iterable"]
|
|
},
|
|
"include": ["src/**/*.ts", "src/**/*.tsx", ".react-router/types/**/*"],
|
|
"references": [
|
|
{ "path": "../parser" }
|
|
]
|
|
}
|