es6 module with es5 target
{ | |
"compilerOptions": { | |
"declaration": true, | |
"noImplicitAny": true, | |
"noEmitOnError": true, | |
"noUnusedLocals": true, | |
"module": "esnext", | |
"moduleResolution": "node", | |
"target": "es5", | |
"outDir": "./lib", | |
"lib": ["ES5", "ES2015.Promise", "DOM", "ES2015.Collection"] | |
}, | |
"include": ["src/*"] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment