bondage-college-mirr/BondageClub/tsconfig.json

24 lines
507 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "ES2021",
"lib": ["es2021", "dom", "DOM.Iterable"],
"checkJs": true,
"noEmit": true,
"types": [],
"strict": false,
"skipLibCheck": true,
"plugins": [
{
"name": "typescript-strict-plugin"
},
],
},
"include": ["Scripts/**/*", "Screens/**/*", "Assets/**/*", "Backgrounds/**/*.js"],
"exclude": [
"Scripts/lib/**/*.js",
"Scripts/MessagesPatch.d.ts",
"Scripts/DeclarationsExpensive.d.ts",
"node_modules/**/*",
],
}