终端一体化运控平台
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.
 
 
 

14 lines
212 B

  1. {
  2. "compilerOptions": {
  3. "noImplicitAny": false,
  4. "noEmitOnError": true,
  5. "removeComments": false,
  6. "sourceMap": true,
  7. "target": "es5"
  8. },
  9. "exclude": [
  10. "node_modules",
  11. "wwwroot"
  12. ]
  13. }