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
2022-04-04 18:03:45 +01:00

14 lines
No EOL
340 B
JSON

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