mirror of
https://github.com/woocommerce/woocommerce.git
synced 2025-08-18 10:21:16 +08:00
Since we almost universally use tabs instead of spaces, this commit replaces all of the spaces with tabs in various JSON files across the monorepo.
6 lines
80 B
JSON
6 lines
80 B
JSON
{
|
|
"extends": "../tsconfig-cjs",
|
|
"compilerOptions": {
|
|
"outDir": "build"
|
|
}
|
|
}
|