-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Description
Input code
import { Handler } from 'aws-lambda';
export const handler: Handler = async (event, context) => {};
Config
{
"test": ".*.(m?js|ts)?$",
"env": {
"targets": {
"node": "12"
}
},
"jsc": {
"target": "es2016",
"parser": {
"syntax": "typescript"
}
}
}
Expected behavior
Types should be stripped out.