forked from EXT/VR180-Web-Player
Typescript conversion
This commit is contained in:
16
tsconfig.json
Normal file
16
tsconfig.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES2022",
|
||||
"module": "ES2022",
|
||||
"moduleResolution": "bundler",
|
||||
"rootDir": "src/vr180player",
|
||||
"outDir": "vr180player",
|
||||
"allowJs": false,
|
||||
"checkJs": false,
|
||||
"strict": false,
|
||||
"noEmitOnError": true,
|
||||
"skipLibCheck": true,
|
||||
"lib": ["DOM", "DOM.Iterable", "ES2022"]
|
||||
},
|
||||
"include": ["src/vr180player/**/*.ts", "src/vr180player/**/*.d.ts"]
|
||||
}
|
||||
Reference in New Issue
Block a user