transport/tsconfig.json

15 lines
222 B
JSON
Raw Permalink Normal View History

{
"compilerOptions": {
"outDir": "./dist/",
"sourceMap": true,
"noImplicitAny": true,
"module": "es6",
2018-04-15 08:02:54 +00:00
"target": "es6",
"jsx": "react",
"allowJs": true
2018-04-15 08:02:54 +00:00
},
"include": [
"typings"
]
}