mirror of
https://github.com/youzan/vant.git
synced 2026-03-05 02:01:50 +08:00
10 lines
153 B
JSON
10 lines
153 B
JSON
{
|
|
"extends": "../../tsconfig",
|
|
"include": ["src/*"],
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"outDir": "lib",
|
|
"noEmit": false
|
|
}
|
|
}
|