Files
frontend-bootcamp/tsconfig.json
2019-02-12 15:44:59 -08:00

14 lines
260 B
JSON

{
"compilerOptions": {
"outDir": "./dist/",
"noImplicitAny": false,
"module": "esnext",
"moduleResolution": "node",
"esModuleInterop": true,
"target": "es5",
"jsx": "react",
"allowJs": true,
"lib": ["es2015", "dom"]
}
}