view tsconfig.json @ 38:313a5360c2d3

make css local.
author casties
date Sun, 14 Feb 2016 19:38:36 +0100
parents f6f4177d0a81
children
line wrap: on
line source

{
  "compilerOptions": {
    "target": "ES5",
    "module": "commonjs",
    "sourceMap": true,
    "emitDecoratorMetadata": true,
    "experimentalDecorators": true,
    "removeComments": false,
    "noImplicitAny": false,
    "outDir": "build"
  },
  "exclude": [
    "jspm_packages",
    "node_modules",
    "dist"
  ]
}