Files
nix-files/packages/ags-backup/tsconfig.json.bk
2024-10-31 10:33:46 +01:00

18 lines
290 B
Plaintext

{
"compilerOptions": {
"target": "ES2022",
"module": "ES2022",
"lib": [
"ES2022"
],
"allowJs": true,
"checkJs": true,
"strict": true,
"noImplicitAny": false,
"baseUrl": ".",
"typeRoots": [
"./types"
],
"skipLibCheck": true
}
}