Ringtone app
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.
 
 
 

13 lines
147 B

  1. {
  2. "extends": "./tsconfig.json",
  3. "include": [
  4. "./jest.setup.ts"
  5. ],
  6. "compilerOptions": {
  7. "jsx": "react-jsx",
  8. "types": [
  9. "jest"
  10. ]
  11. }
  12. }