Files
frontend-bootcamp/tsconfig.json
2019-02-13 10:36:09 -08:00

15 lines
286 B
JSON

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