nixos-configs/devices/binto/config/ags/tsconfig.json
matt1432 42f9c571f4
All checks were successful
Discord / discord commits (push) Has been skipped
fix(ags binto): adapt to latest wim changes
2024-01-13 23:53:52 -05:00

22 lines
416 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "ES2022",
"lib": [
"ES2022"
],
"allowImportingTsExtensions": true,
"allowJs": true,
"checkJs": true,
"strict": true,
"noImplicitAny": false,
"baseUrl": ".",
"typeRoots": [
"./types/ags.d.ts",
"./node_modules/@girs"
],
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
}
}