mirror of
https://github.com/troisjs/trois.git
synced 2024-11-23 20:02:32 +08:00
tsconfig
This commit is contained in:
parent
d86b243df6
commit
98c6430d65
@ -42,6 +42,7 @@ const Mesh = defineComponent({
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
// TODO : proper ?
|
||||
if (!this.mesh && !this.loading) this.initMesh()
|
||||
},
|
||||
methods: {
|
||||
|
@ -5,7 +5,8 @@
|
||||
// this enables stricter inference for data properties on `this`
|
||||
"strict": true,
|
||||
"moduleResolution": "node",
|
||||
"sourceMap": true,
|
||||
},
|
||||
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"],
|
||||
"exclude": [ "node_modules" ]
|
||||
"include": ["src/**/*.ts", "src/**/*.vue"],
|
||||
"exclude": ["node_modules", "src/App.vue"]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user