25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

15 lines
292 B

  1. {
  2. "compilerOptions": {
  3. "declaration": true,
  4. "outDir": "dist/",
  5. "sourceMap": true,
  6. "strict": true,
  7. "target": "ES5",
  8. "esModuleInterop": true,
  9. "noErrorTruncation": true,
  10. "noUnusedLocals": true,
  11. "noUnusedParameters": true
  12. },
  13. "include": ["src/**/*.ts"]
  14. }