claygl/example/tsconfig.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"]
}