tsconfig.json 83 B

12345678
  1. {
  2. "compilerOptions": {
  3. "outDir": "./test"
  4. },
  5. "include": [
  6. "./_src/**/*"
  7. ]
  8. }