claygl/example/tsconfig.json

13 lines
189 B
JSON

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