feat: 提交资源
This commit is contained in:
10
extensions/max-studio/tsconfig.eslint.json
Normal file
10
extensions/max-studio/tsconfig.eslint.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"extends": "./base.tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"target": "ES2015",
|
||||
"noEmit": true,
|
||||
"skipLibCheck": true
|
||||
},
|
||||
"include": ["assets/**/*.ts", "source/**/*.ts"],
|
||||
"exclude": ["node_modules", "dist", "temp", "**/*.d.ts"]
|
||||
}
|
||||
Reference in New Issue
Block a user