1
0
Fork 0
mirror of synced 2024-10-03 02:37:40 +13:00
appwrite/app/sdks/client-web/tsconfig.json
2021-06-23 17:45:27 +05:30

24 lines
No EOL
661 B
JSON

{
"compilerOptions": {
"allowJs": true,
"allowSyntheticDefaultImports": true,
"baseUrl": "src",
"declaration": false,
"esModuleInterop": true,
"inlineSourceMap": false,
"lib": ["ESNext", "DOM"],
"listEmittedFiles": false,
"listFiles": false,
"moduleResolution": "node",
"noFallthroughCasesInSwitch": true,
"pretty": true,
"rootDir": "src",
"skipLibCheck": true,
"strict": true,
"target": "ES6",
"traceResolution": false,
},
"compileOnSave": false,
"exclude": ["node_modules", "dist"],
"include": ["src"]
}