mirror of
https://github.com/NetEase/tango.git
synced 2026-07-02 17:04:36 +08:00
8 lines
122 B
JSON
8 lines
122 B
JSON
{
|
|
"extends": "../../tsconfig.prod.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist"
|
|
},
|
|
"include": ["src/**/*"]
|
|
}
|