update,
This commit is contained in:
24
jamespong14205/task1/project/003_src/client/jsconfig.json
Normal file
24
jamespong14205/task1/project/003_src/client/jsconfig.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "es6",
|
||||
"lib": ["dom", "dom.iterable", "esnext"],
|
||||
"baseUrl": ".",
|
||||
"skipLibCheck": true,
|
||||
"strict": false,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"noEmit": true,
|
||||
"esModuleInterop": true,
|
||||
"module": "esnext",
|
||||
"moduleResolution": "node",
|
||||
"resolveJsonModule": true,
|
||||
"isolatedModules": true,
|
||||
"jsx": "preserve",
|
||||
"paths": {
|
||||
"@/config/*": ["./config/*"],
|
||||
"@/public/*": ["./public"]
|
||||
},
|
||||
"plugins": []
|
||||
},
|
||||
"include": ["**/*.js", "**/*.jsx"],
|
||||
"exclude": ["node_modules", "**/*copy*", "**/*.del"]
|
||||
}
|
Reference in New Issue
Block a user