changed to js
This commit is contained in:
@@ -1,27 +1,27 @@
|
|||||||
// javascript for production
|
// javascript for production
|
||||||
// {
|
|
||||||
// "compilerOptions": {
|
|
||||||
// "paths": {
|
|
||||||
// "@/*": ["./src/*"],
|
|
||||||
// "^/*": ["./public/*"]
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
|
|
||||||
// typescript for local development
|
|
||||||
{
|
{
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"jsx": "react-jsx",
|
|
||||||
"noUnusedLocals": true,
|
|
||||||
"noImplicitAny": false,
|
|
||||||
"checkJs": true,
|
|
||||||
"allowJs": true,
|
|
||||||
"strict": true,
|
|
||||||
"baseUrl": ".",
|
|
||||||
"paths": {
|
"paths": {
|
||||||
"@/*": ["./src/*"],
|
"@/*": ["./src/*"],
|
||||||
"^/*": ["./public/*"]
|
"^/*": ["./public/*"]
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
"exclude": ["node_modules"]
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// typescript for local development
|
||||||
|
// {
|
||||||
|
// "compilerOptions": {
|
||||||
|
// "jsx": "react-jsx",
|
||||||
|
// "noUnusedLocals": true,
|
||||||
|
// "noImplicitAny": false,
|
||||||
|
// "checkJs": true,
|
||||||
|
// "allowJs": true,
|
||||||
|
// "strict": true,
|
||||||
|
// "baseUrl": ".",
|
||||||
|
// "paths": {
|
||||||
|
// "@/*": ["./src/*"],
|
||||||
|
// "^/*": ["./public/*"]
|
||||||
|
// }
|
||||||
|
// },
|
||||||
|
// "exclude": ["node_modules"]
|
||||||
|
// }
|
||||||
|
|||||||
Reference in New Issue
Block a user