add thing
This commit is contained in:
parent
2afa57f8c7
commit
b5d3c82b7b
1
config/ags/.gitignore
vendored
Normal file
1
config/ags/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
types
|
18
config/ags/tsconfig.json
Normal file
18
config/ags/tsconfig.json
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
{
|
||||||
|
"compilerOptions": {
|
||||||
|
"target": "ES2022",
|
||||||
|
"module": "ES2022",
|
||||||
|
"lib": [
|
||||||
|
"ES2022"
|
||||||
|
],
|
||||||
|
"allowJs": true,
|
||||||
|
"checkJs": true,
|
||||||
|
"strict": true,
|
||||||
|
"noImplicitAny": false,
|
||||||
|
"baseUrl": ".",
|
||||||
|
"typeRoots": [
|
||||||
|
"./types"
|
||||||
|
],
|
||||||
|
"skipLibCheck": true
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue