@calibur/skr-template
Advanced tools
Comparing version 0.0.20-alpha.0 to 0.0.21-alpha.0
{ | ||
"name": "@calibur/skr-template", | ||
"version": "0.0.20-alpha.0", | ||
"version": "0.0.21-alpha.0", | ||
"author": "falstack <icesilt@outlook.com>", | ||
"license": "MIT", | ||
"gitHead": "5ec891bd0d7dd80c538d0c0d55775546bb73ff85" | ||
"gitHead": "31604ecb8c1c3ccf3be170062ef1ae1f4ffcb4d2" | ||
} |
{ | ||
<% if (isMonorepo) { %> "extends": "../../tsconfig.json", | ||
<% } else { %> "compilerOptions": { | ||
<% if (isMonorepo) { %> "extends": "../../tsconfig.json",<% } else { %> "compilerOptions": { | ||
"target": "esnext", | ||
@@ -5,0 +4,0 @@ "useDefineForClassFields": true, |
10475
152