mirror of
https://github.com/pissang/claygl.git
synced 2026-01-18 16:22:29 +00:00
16 lines
305 B
JSON
16 lines
305 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2015",
|
|
"strict": true,
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true,
|
|
"keyofStringsOnly": true,
|
|
|
|
"paths": {
|
|
"claygl": ["../src/claygl.ts"],
|
|
"claygl/shaders": ["../src/shader/exports.ts"]
|
|
}
|
|
},
|
|
"include": ["**/*.ts"]
|
|
}
|