This repository has been archived on 2024-10-26. You can view files and clone it, but cannot push or open issues or pull requests.
staxman-old/tsconfig.json
Hamcha 6e24ffb499
All checks were successful
continuous-integration/drone Build is passing
neater tabs
2023-12-03 17:57:12 +01:00

22 lines
No EOL
298 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"paths": {
"/static/*": [
"./static/*"
],
},
"lib": [
"ES2022",
"DOM"
],
"rootDir": "./",
"baseUrl": "./",
"strictNullChecks": true,
"declaration": true
},
"include": [
"./static/**/*.ts",
"./static/**/*.d.ts"
]
}