soapbox/tsconfig.json

15 wiersze
296 B
JSON
Czysty Zwykły widok Historia

{
"compilerOptions": {
"baseUrl": "app/",
"sourceMap": true,
"noImplicitAny": true,
"module": "es6",
"target": "es5",
"jsx": "react",
"allowJs": true,
"moduleResolution": "node",
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true
}
}