mirror of
https://gitgud.io/Vrelnir/degrees-of-lewdity.git
synced 2026-09-15 06:04:27 +08:00
14 lines
290 B
JSON
14 lines
290 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"target": "ES2020",
|
|
"jsx": "react",
|
|
"allowImportingTsExtensions": true,
|
|
"strictNullChecks": true,
|
|
"strictFunctionTypes": true,
|
|
"allowJs": true
|
|
},
|
|
"exclude": ["node_modules", "**/node_modules/*"]
|
|
}
|