mirror of
https://gh.wpcy.net/https://github.com/djav1985/v-wordpress-plugin-updater.git
synced 2026-04-25 04:12:14 +08:00
11 lines
156 B
JSON
11 lines
156 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"module": "commonjs",
|
|
"noEmit": true,
|
|
"strict": true
|
|
},
|
|
"files": [
|
|
"./reusify.d.ts"
|
|
]
|
|
}
|