12 lines
245 B
JSON
12 lines
245 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"extends": "../../tsconfig.web.json",
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@lingshu/types/*": ["../types/*"]
|
|
}
|
|
},
|
|
"include": ["src/**/*"],
|
|
"exclude": ["node_modules"]
|
|
}
|