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

15 lines
326 B

  1. {
  2. "compilerOptions": {
  3. "target": "ES6",
  4. "lib": ["es6", "es2017.string"],
  5. "moduleResolution": "node",
  6. "esModuleInterop": true,
  7. "forceConsistentCasingInFileNames": true,
  8. "strict": true,
  9. "noImplicitAny": true,
  10. "noImplicitReturns": true,
  11. "skipLibCheck": true
  12. },
  13. "include": ["index.ts"]
  14. }