@calibur/skr-template
Advanced tools
Comparing version 0.0.19-alpha.0 to 0.0.20-alpha.0
{ | ||
"name": "@calibur/skr-template", | ||
"version": "0.0.19-alpha.0", | ||
"version": "0.0.20-alpha.0", | ||
"author": "falstack <icesilt@outlook.com>", | ||
"license": "MIT", | ||
"gitHead": "59f8c09607b39e1c6f879de2228e67f4a6105b0c" | ||
"gitHead": "5ec891bd0d7dd80c538d0c0d55775546bb73ff85" | ||
} |
{ | ||
<% if (isMonorepo) { %> | ||
"extends": "../../tsconfig.json", | ||
<% } else { %> | ||
"compilerOptions": { | ||
<% if (isMonorepo) { %> "extends": "../../tsconfig.json", | ||
<% } else { %> "compilerOptions": { | ||
"target": "esnext", | ||
@@ -19,5 +17,4 @@ "useDefineForClassFields": true, | ||
] | ||
}, | ||
<% } %> | ||
},<% } %> | ||
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"] | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10476
153