mdx-m3-viewer
Version:
A browser WebGL model viewer. Mainly focused on models of the games Warcraft 3 and Starcraft 2.
19 lines • 367 B
JSON
{
"compilerOptions": {
"moduleResolution": "node",
"forceConsistentCasingInFileNames": true,
"suppressImplicitAnyIndexErrors": true,
"strict": true,
"module": "commonjs",
"lib": [
"es2017",
"dom"
],
"target": "es2017",
"types": [
"node",
"./src/types"
],
"outDir": "./dist"
}
}