First commit.
This commit is contained in:
36
scripts/jsconfig.json
Normal file
36
scripts/jsconfig.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"noEmit": true,
|
||||
"allowJs": true,
|
||||
"esModuleInterop": true,
|
||||
"target": "esnext",
|
||||
"module": "esnext",
|
||||
"moduleResolution": "node",
|
||||
"baseUrl": "./",
|
||||
"paths": {
|
||||
"$api/*": [
|
||||
"../api/*",
|
||||
],
|
||||
"api/*": [
|
||||
"../api/*",
|
||||
],
|
||||
"$web/*": [
|
||||
"../web/*",
|
||||
],
|
||||
"web/*": [
|
||||
"../web/*",
|
||||
],
|
||||
"$web/src/*": [
|
||||
"../web/src/*",
|
||||
"../.redwood/types/mirror/web/src/*"
|
||||
],
|
||||
"web/src/*": [
|
||||
"../web/src/*",
|
||||
"../.redwood/types/mirror/web/src/*"
|
||||
],
|
||||
"types/*": ["../types/*", "../web/types/*", "../api/types/*"],
|
||||
},
|
||||
"typeRoots": ["../node_modules/@types"],
|
||||
"jsx": "preserve",
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user