mirror of
https://github.com/Brooooooklyn/Image.git
synced 2025-12-08 18:36:03 +00:00
10 lines
154 B
JSON
10 lines
154 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"outDir": "lib",
|
|
"rootDir": "src"
|
|
},
|
|
"include": ["src"]
|
|
}
|