settings.json 344 B

1234567891011121314
  1. {
  2. "typescript.tsdk": "node_modules/typescript/lib",
  3. "files.associations": {
  4. "*.glsl.ts": "glsl",
  5. "*.frag.ts": "glsl",
  6. "*.vert.ts": "glsl",
  7. "*.gql.ts": "graphql"
  8. },
  9. "eslint.options": {
  10. "overrideConfig": {
  11. "ignorePatterns": ["webpack.config.js", "scripts/*"],
  12. },
  13. }
  14. }