Add plannotator extension v0.19.10
This commit is contained in:
16
extensions/plannotator/tsconfig.json
Normal file
16
extensions/plannotator/tsconfig.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES2022",
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "bundler",
|
||||
"strict": true,
|
||||
"skipLibCheck": true,
|
||||
"noEmit": true,
|
||||
"allowImportingTsExtensions": true,
|
||||
"isolatedModules": true,
|
||||
"moduleDetection": "force",
|
||||
"types": ["node"]
|
||||
},
|
||||
"include": ["*.ts", "server/**/*.ts"],
|
||||
"exclude": ["**/*.test.ts"]
|
||||
}
|
||||
Reference in New Issue
Block a user