12 lines
210 B
JSON
12 lines
210 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node",
|
|
"strict": true,
|
|
"declaration": true,
|
|
"outDir": "build"
|
|
},
|
|
"include": ["src/camera.ts"]
|
|
}
|