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