mirror of
https://github.com/pissang/claygl.git
synced 2026-02-01 17:27:08 +00:00
13 lines
189 B
JSON
13 lines
189 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES5",
|
|
"strict": true,
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true,
|
|
|
|
"paths": {
|
|
"claygl": ["../src/claygl"]
|
|
}
|
|
}
|
|
}
|