Wplace-Overlay-Pro/tsconfig.json
ShinkoNet 0e8f4f5c1e V3.0
2025-08-11 00:51:36 +10:00

17 lines
No EOL
399 B
JSON

{
"compilerOptions": {
"target": "ES2021",
"module": "ESNext",
"moduleResolution": "Bundler",
"lib": ["ES2021", "DOM", "WebWorker"],
"strict": false,
"skipLibCheck": true,
"allowJs": true,
"checkJs": false,
"resolveJsonModule": true,
"verbatimModuleSyntax": true,
"types": ["tampermonkey"],
"noEmit": true
},
"include": ["src"]
}