You've already forked serverless-webpack
mirror of
https://github.com/encounter/serverless-webpack.git
synced 2026-03-30 11:37:58 -07:00
be20b6db5e
* Updated TypeScript example * Updated offline example * Updated multiple statically example * Updated include npm example * Update babel example * Updated dynamic example * Updated babel multi static example
13 lines
157 B
JSON
13 lines
157 B
JSON
{
|
|
"compilerOptions": {
|
|
"sourceMap": true,
|
|
"lib": [
|
|
"es5",
|
|
"es6",
|
|
"dom",
|
|
"es2015",
|
|
"esnext.asynciterable"
|
|
]
|
|
}
|
|
}
|