2023-12-18 18:00:30 -05:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"target": "ES2022",
|
|
|
|
"module": "ES2022",
|
|
|
|
"lib": [
|
|
|
|
"ES2022"
|
|
|
|
],
|
2024-01-13 23:38:31 -05:00
|
|
|
"allowImportingTsExtensions": true,
|
2023-12-18 18:00:30 -05:00
|
|
|
"allowJs": true,
|
|
|
|
"checkJs": true,
|
|
|
|
"strict": true,
|
|
|
|
"noImplicitAny": false,
|
|
|
|
"baseUrl": ".",
|
|
|
|
"typeRoots": [
|
|
|
|
"./types/ags.d.ts",
|
|
|
|
"./node_modules/@girs"
|
|
|
|
],
|
|
|
|
"skipLibCheck": true,
|
|
|
|
"forceConsistentCasingInFileNames": true
|
|
|
|
}
|
|
|
|
}
|