Files
minbin/tsconfig.json
Tommy Parnell db367dece2 init
2017-12-16 12:07:56 -05:00

13 lines
244 B
JSON

{
"compilerOptions": {
"outDir": "./dist/",
"sourceMap": true,
"noImplicitAny": true,
"module": "commonjs",
"target": "es6",
"jsx": "react"
},
"include": [
"./src/**/*"
]
}