This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
quay/tsconfig.json
2016-11-07 17:31:11 -05:00

19 lines
337 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"jsx": "react",
"module": "commonjs",
"outDir": "./build/",
"target": "es5",
"sourceMap": true,
"paths": {
"sass/*": ["./static/css/directives/components/pages/*"]
}
},
"exclude": [
"node_modules"
],
"include": [
"./static/js/**/*.tsx"
]
}