mirror of
https://github.com/ShinkoNet/Wplace-Overlay-Pro.git
synced 2026-01-11 22:40:37 +00:00
17 lines
No EOL
399 B
JSON
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"]
|
|
} |