bigbuffet-rw/tsconfig.json

14 lines
273 B
JSON
Raw Normal View History

2021-11-04 17:28:04 -07:00
{
"compilerOptions": {
"sourceMap": true,
"noImplicitAny": true,
"module": "es6",
"target": "es5",
"jsx": "react",
"allowJs": true,
"moduleResolution": "node",
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true
}
}