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() {
|
mounted() {
|
||||||
|
// TODO : proper ?
|
||||||
if (!this.mesh && !this.loading) this.initMesh()
|
if (!this.mesh && !this.loading) this.initMesh()
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
@ -5,7 +5,8 @@
|
|||||||
// this enables stricter inference for data properties on `this`
|
// this enables stricter inference for data properties on `this`
|
||||||
"strict": true,
|
"strict": true,
|
||||||
"moduleResolution": "node",
|
"moduleResolution": "node",
|
||||||
|
"sourceMap": true,
|
||||||
},
|
},
|
||||||
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"],
|
"include": ["src/**/*.ts", "src/**/*.vue"],
|
||||||
"exclude": [ "node_modules" ]
|
"exclude": ["node_modules", "src/App.vue"]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user