Bunch of updates in preparation for publish
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"checkJs": true,
|
||||
"target": "ESNext",
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "Node",
|
||||
"noEmit": true
|
||||
"strict": true,
|
||||
"declaration": true,
|
||||
"outDir": "build"
|
||||
},
|
||||
"exclude": ["libapi.*"]
|
||||
"include": ["src/camera.ts"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user