첫 커밋
This commit is contained in:
13
tsconfig.build.json
Normal file
13
tsconfig.build.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"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.
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user