claygl/example/tsconfig.json
2022-05-15 13:06:31 +08:00

15 lines
276 B
JSON

{
"compilerOptions": {
"target": "ES5",
"strict": true,
"moduleResolution": "node",
"esModuleInterop": true,
"keyofStringsOnly": true,
"paths": {
"claygl": ["../src/claygl.ts"],
"claygl/shaders": ["../src/shader/exports.ts"]
}
}
}