My dotfiles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

12 regels
200 B

  1. {
  2. "compilerOptions": {
  3. "target": "es6",
  4. "lib": ["es2016"],
  5. "module": "commonjs",
  6. "outDir": "out",
  7. "sourceMap": true,
  8. "allowJs": true
  9. },
  10. "exclude": ["node_modules", "out"]
  11. }