mirror of
https://github.com/uetchy/namae.git
synced 2025-03-16 20:20:38 +09:00
21 lines
491 B
JSON
21 lines
491 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"lib": ["dom", "dom.iterable", "ESNext"],
|
|
"skipLibCheck": true,
|
|
"esModuleInterop": true,
|
|
"sourceMap": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"strict": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "node",
|
|
"resolveJsonModule": true,
|
|
"isolatedModules": true,
|
|
"noEmit": true,
|
|
"jsx": "react",
|
|
"allowJs": true
|
|
},
|
|
"include": ["src", "types"]
|
|
}
|