gitworld / tsconfig.json
SNAPKITTYWEST's picture
push from SNAPKITTYWEST/gitworld
6281708 verified
Raw
History Blame Contribute Delete
284 Bytes
{
"compilerOptions": {
"target": "ES2022",
"module": "ES2022",
"moduleResolution": "Bundler",
"allowJs": true,
"checkJs": false,
"noEmit": true,
"strict": true,
"lib": ["ES2022", "DOM"]
},
"include": ["src/**/*.ts", "src/**/*.js"]
}