mirror of
https://git.aramjonghu.dev/AramJonghu/aramjonghu-site.git
synced 2026-09-03 06:23:30 +02:00
17 lines
408 B
JSON
17 lines
408 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"jsx": "react-jsx",
|
|
"strict": true,
|
|
"noEmit": true,
|
|
"isolatedModules": true,
|
|
"skipLibCheck": true,
|
|
"noUncheckedSideEffectImports": false,
|
|
"types": ["react", "react-dom"],
|
|
"rootDir": "./src"
|
|
},
|
|
"include": ["src"]
|
|
}
|