Files
nice-app-web/tsconfig.build.json
focp212@naver.com 05238b04c1 첫 커밋
2025-09-05 15:36:48 +09:00

14 lines
286 B
JSON

{
"compilerOptions": {
"skipLibCheck": true,
"esModuleInterop": true,
"lib": ["ES6", "dom", "dom.iterable"],
"jsx": "react-jsx",
"baseUrl": ".",
"paths": {
"~/*": ["src/*"]
}
// You should also put in the `jsx`, `paths` fields if you want.
}
}