File size: 280 Bytes
2cae2a9
 
 
 
 
89f3b87
2cae2a9
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
{
   "compilerOptions": {
    "allowJs": true,
    "esModuleInterop": true,
    "allowSyntheticDefaultImports": true,
    "moduleResolution": "Bundler",
    "noEmit": true,
    "allowImportingTsExtensions": true,
    "target": "es2022"
  },
  "include": ["**/*.ts", "**/*.mts"],
}