mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 04:27:21 +00:00
10 lines
207 B
JSON
10 lines
207 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"module": "ESNext",
|
|
"lib": ["ES2020", "DOM", "WebWorker"],
|
|
"moduleResolution": "bundler"
|
|
},
|
|
"include": ["./"],
|
|
"exclude": ["node_modules"]
|
|
} |