mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 00:41:08 +08:00
tech(systemjs): finally starting to get systemjs and typescript and runtime loading to work together in a manner that I want it to.. took forever
This commit is contained in:
@ -11,7 +11,6 @@ module.exports = function() {
|
||||
rootDir: 'public/',
|
||||
sourceRoot: 'public/',
|
||||
declaration: true,
|
||||
moduleResolution: 2,
|
||||
emitDecoratorMetadata: true,
|
||||
experimentalDecorators: true,
|
||||
sourceMap: true,
|
||||
|
Reference in New Issue
Block a user