feat(compiler): basic codegen with source map support
This commit is contained in:
@@ -93,7 +93,8 @@ function createConfig(output, plugins = []) {
|
||||
compilerOptions: {
|
||||
declaration: shouldEmitDeclarations,
|
||||
declarationMap: shouldEmitDeclarations
|
||||
}
|
||||
},
|
||||
exclude: ['**/__tests__']
|
||||
}
|
||||
})
|
||||
// we only need to check TS and generate declarations once for each build.
|
||||
|
||||
Reference in New Issue
Block a user