2024-03-21 16:00:24 +08:00

8 lines
112 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "./dist"
},
"include": ["src"]
}