fix: build web app as browser module
This commit is contained in:
15
tsconfig.web.json
Normal file
15
tsconfig.web.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES2022",
|
||||
"module": "ES2022",
|
||||
"rootDir": "web",
|
||||
"outDir": "dist/web",
|
||||
"lib": ["ES2022", "DOM", "DOM.Iterable"],
|
||||
"types": [],
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"skipLibCheck": true,
|
||||
"noImplicitAny": true,
|
||||
"strict": false
|
||||
},
|
||||
"include": ["web/**/*.ts"]
|
||||
}
|
||||
Reference in New Issue
Block a user