Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

15 righe
324 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. "ConnectionStrings": { "ConnStr": "server=.;uid=sa;pwd=123456;database=Modbus;TrustServerCertificate=true" }
  14. }