settings.json 208 B

123456789
  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. }