123456789101112 |
- {
- "typescript.tsdk": "node_modules/typescript/lib",
- "files.associations": {
- "*.glsl.ts": "glsl",
- "*.frag.ts": "glsl",
- "*.vert.ts": "glsl",
- "*.gql.ts": "graphql"
- },
- "eslint.options": {
- "ignorePattern": ["webpack.config.js", "scripts/*"],
- }
- }
|