16 lines
342 B
JSON
16 lines
342 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./dist/",
|
|
"noImplicitAny": false,
|
|
"allowSyntheticDefaultImports": true,
|
|
"module": "es6",
|
|
"target": "es2019",
|
|
"strictBindCallApply": true,
|
|
"noImplicitThis": true,
|
|
"allowJs": true,
|
|
"moduleResolution": "node",
|
|
"jsx": "react-jsx",
|
|
"jsxImportSource": "preact",
|
|
}
|
|
}
|