ags init
This commit is contained in:
parent
4f6a0c34d5
commit
6f25d234c3
8 changed files with 253 additions and 0 deletions
19
ags/tsconfig.json
Normal file
19
ags/tsconfig.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES2022",
|
||||
"module": "NodeNext",
|
||||
"moduleResolution": "NodeNext",
|
||||
"lib": ["ES2022"],
|
||||
"allowJs": true,
|
||||
"checkJs": true,
|
||||
"strict": true,
|
||||
"noImplicitAny": false,
|
||||
"baseUrl": ".",
|
||||
"typeRoots": ["./types"],
|
||||
"skipLibCheck": true,
|
||||
"outDir": "./dist",
|
||||
"sourceMap": false
|
||||
},
|
||||
"include": ["ambient.d.ts"],
|
||||
"files": ["extension.ts", "prefs.ts"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue