2022-01-13 18:26:04 -05:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"outDir": "./build/",
|
|
|
|
"target": "es5",
|
|
|
|
"jsx": "react",
|
|
|
|
"module": "commonjs",
|
|
|
|
"noImplicitAny": true,
|
|
|
|
"allowJs": true,
|
2022-01-14 23:21:40 -05:00
|
|
|
"allowSyntheticDefaultImports": true,
|
|
|
|
"paths": {
|
|
|
|
"@/*": ["./src/*"]
|
|
|
|
}
|
2022-01-13 18:26:04 -05:00
|
|
|
},
|
|
|
|
"include": [
|
|
|
|
"src"
|
|
|
|
]
|
|
|
|
}
|