2023-05-23 10:23:36 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"target": "es2020",
|
|
|
|
"module": "commonjs",
|
|
|
|
"allowJs": true,
|
|
|
|
"esModuleInterop": true,
|
|
|
|
"forceConsistentCasingInFileNames": true,
|
|
|
|
"strict": true,
|
|
|
|
"noEmit": true,
|
|
|
|
"jsx": "react",
|
|
|
|
"paths": {
|
2023-06-27 07:55:48 +00:00
|
|
|
"@hh/*": [
|
|
|
|
"/Users/alyxia/Documents/gitrepos/hh3/types/*",
|
2023-06-28 13:45:16 +00:00
|
|
|
"/Users/alyxia/Documents/Installations/hh3/types/*",
|
|
|
|
"/home/alyxia/Documents/Installations/hh3/types/*"
|
2023-06-27 07:55:48 +00:00
|
|
|
],
|
|
|
|
"@hh/ext/*": [
|
|
|
|
"/Users/alyxia/Documents/gitrepos/hh3/ext/*",
|
2023-06-28 13:45:16 +00:00
|
|
|
"/Users/alyxia/Documents/Installations/hh3/ext/*",
|
|
|
|
"/home/alyxia/Documents/Installations/hh3/ext/*"
|
2023-06-27 07:55:48 +00:00
|
|
|
]
|
2023-05-23 10:23:36 +00:00
|
|
|
},
|
2023-06-27 07:55:48 +00:00
|
|
|
"typeRoots": [
|
|
|
|
"/Users/alyxia/Documents/gitrepos/hh3/types",
|
2023-06-28 13:45:16 +00:00
|
|
|
"/Users/alyxia/Documents/Installations/hh3/types",
|
|
|
|
"/home/alyxia/Documents/Installations/hh3/types"
|
2023-06-27 07:55:48 +00:00
|
|
|
]
|
2023-05-23 10:23:36 +00:00
|
|
|
},
|
2023-05-23 13:17:49 +00:00
|
|
|
"include": ["./ext/**/*", "./global.d.ts"]
|
2023-05-23 10:23:36 +00:00
|
|
|
}
|