mirror of
https://gitgud.io/BondageProjects/Bondage-College.git
synced 2025-04-16 05:19:18 +00:00
11 lines
304 B
JSON
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"]
|
|
}
|