forked from GitHub/gf-core
gflib.ts: generate source map, which is helpful for debugging
This commit is contained in:
@@ -1160,3 +1160,4 @@ if (!String.prototype.includes) {
|
||||
}
|
||||
});
|
||||
}
|
||||
//# sourceMappingURL=gflib.js.map
|
||||
1
src/runtime/typescript/js/gflib.js.map
Normal file
1
src/runtime/typescript/js/gflib.js.map
Normal file
File diff suppressed because one or more lines are too long
@@ -5,7 +5,8 @@
|
||||
"strict": true,
|
||||
"noImplicitAny": true,
|
||||
"removeComments": true,
|
||||
"outDir": "js"
|
||||
"outDir": "js",
|
||||
"sourceMap": true
|
||||
},
|
||||
"compileOnSave": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user