mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-26 19:12:50 +00:00
6 lines
173 B
JSON
6 lines
173 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": { "outDir": "../../dist/out-tsc", "types": ["vite/client"] },
|
|
"include": ["src/**/*.ts", "src/**/*.tsx"]
|
|
}
|