1
0
Fork 0
mirror of synced 2024-06-24 01:00:35 +12:00
appwrite/app/sdks/console-web/tsconfig.json
2020-05-17 12:13:48 +03:00

8 lines
156 B
JSON

{
"compilerOptions": {
"target": "ES6",
"lib": ["ES2015", "ES6", "dom"],
"module": "commonjs",
"sourceMap": true
}
}