mirror of
https://github.com/samuelcolvin/FastUI.git
synced 2023-12-01 22:22:11 +03:00
8 lines
132 B
JSON
8 lines
132 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../../packages-dist/fastui"
|
|
},
|
|
"include": ["src"]
|
|
}
|