Files
Max-Cocos-Demo/extensions/max-studio/tsconfig.eslint.json
2025-10-28 21:55:41 +08:00

11 lines
270 B
JSON

{
"extends": "./base.tsconfig.json",
"compilerOptions": {
"target": "ES2015",
"noEmit": true,
"skipLibCheck": true
},
"include": ["assets/**/*.ts", "source/**/*.ts"],
"exclude": ["node_modules", "dist", "temp", "**/*.d.ts"]
}