1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-09 09:35:02 +09:00
anytype-ts/tsconfig.json
2020-03-06 19:34:28 +03:00

13 lines
No EOL
311 B
JSON

{
"compilerOptions": {
"outDir": "./dist/",
"sourceMap": true,
"noImplicitAny": false,
"module": "commonjs",
"target": "es6",
"jsx": "react",
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"allowJs": true
}
}