mirror of
https://github.com/visgl/luma.gl.git
synced 2025-12-08 17:36:19 +00:00
17 lines
328 B
JSON
17 lines
328 B
JSON
{
|
|
"extends": "../../tsconfig.module.json",
|
|
"include": ["src/**/*"],
|
|
"exclude": ["node_modules"],
|
|
"compilerOptions": {
|
|
// "strict": true,
|
|
// "noImplicitAny": true,
|
|
"composite": true,
|
|
"rootDir": "src",
|
|
"outDir": "dist"
|
|
},
|
|
"references": [
|
|
{"path": "../core"},
|
|
{"path": "../constants"}
|
|
]
|
|
}
|