15 lines
299 B
JSON
15 lines
299 B
JSON
{
|
|
"include": ["frontend/**/*"],
|
|
"exclude": [],
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"module": "commonjs",
|
|
"declaration": true,
|
|
"outDir": "unused_ts_output",
|
|
"strict": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true,
|
|
"jsx": "react"
|
|
}
|
|
}
|