mirror of
https://github.com/troisjs/trois.git
synced 2024-11-23 20:02:32 +08:00
12 lines
245 B
JSON
12 lines
245 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"module": "esnext",
|
|
// this enables stricter inference for data properties on `this`
|
|
"strict": true,
|
|
"jsx": "preserve",
|
|
"moduleResolution": "node",
|
|
},
|
|
"include": ["src"]
|
|
}
|