接续上一轮:推进浏览器验证与M428配置收拢
结论:已完成浏览器侧真实加载验证,M428/M429/M430 的配置入口进一步从 LinuxCNC INI/HALFILE/REMAP 来源生成,native 与 source-link 验证通过。
This commit is contained in:
14
web/tsconfig.json
Normal file
14
web/tsconfig.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES2022",
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "Bundler",
|
||||
"strict": true,
|
||||
"noEmit": true,
|
||||
"allowJs": false,
|
||||
"checkJs": false,
|
||||
"lib": ["ES2022", "DOM"],
|
||||
"skipLibCheck": true
|
||||
},
|
||||
"include": ["src/index.ts", "src/**/*.d.ts"]
|
||||
}
|
||||
Reference in New Issue
Block a user