soapbox/tsconfig.json

15 lines
296 B
JSON
Raw Normal View History

2021-11-05 00:28:04 +00:00
{
"compilerOptions": {
2022-02-23 19:56:16 +00:00
"baseUrl": "app/",
2021-11-05 00:28:04 +00:00
"sourceMap": true,
"noImplicitAny": true,
"module": "es6",
"target": "es5",
"jsx": "react",
"allowJs": true,
"moduleResolution": "node",
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true
}
}