bondage-college-mirr/BondageClub/jsconfig.json
2024-07-16 16:45:24 +02:00

11 lines
304 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "ES2021",
"lib": ["es2021", "dom", "DOM.Iterable"],
"checkJs": true,
"types": [],
},
"include": ["Scripts/**/*", "Screens/**/*", "Assets/**/*", "Backgrounds/**/*.js"],
"exclude": ["Scripts/lib/**/*.js", "Scripts/MessagesPatch.d.ts"]
}