mirror of
https://gitgud.io/BondageProjects/Bondage-College.git
synced 2026-04-28 04:19:50 +00:00
24 lines
507 B
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/**/*",
|
|
],
|
|
}
|