luma.gl/modules/core-tests/tsconfig.json

19 lines
376 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": "../test-utils"},
{"path": "../webgl"},
{"path": "../webgpu"}
]
}