25 lines
565 B
JSON
25 lines
565 B
JSON
{
|
|
//"files": [],
|
|
"references": [
|
|
{
|
|
"path": "./common"
|
|
}
|
|
],
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"target": "ES2022",
|
|
"moduleResolution": "bundler",
|
|
"strict": true,
|
|
"jsx": "react-jsx",
|
|
"paths": {
|
|
"@common/*": [
|
|
"./common/*"
|
|
]
|
|
},
|
|
"isolatedModules": true,
|
|
"verbatimModuleSyntax": true,
|
|
"resolvePackageJsonExports": true,
|
|
"resolvePackageJsonImports": true
|
|
//
|
|
}
|
|
} |