UNPKG

sp-boilerplate

Version:
19 lines 468 B
// See https://go.microsoft.com/fwlink/?LinkId=759670 // for the documentation about the jsconfig.json format { "compilerOptions": { "target": "ES6", "module": "es6", "experimentalDecorators": true, "allowSyntheticDefaultImports": true, "jsx": "react" }, "exclude": [ "dist", "node_modules", "bower_components", "jspm_packages", "tmp", "temp" ] }