All checks were successful
Publish to npm / publish (push) Successful in 25s
17 lines
330 B
JSON
17 lines
330 B
JSON
{
|
|
"files": [],
|
|
"references": [
|
|
{ "path": "./tsconfig.app.json" },
|
|
{ "path": "./tsconfig.node.json" }
|
|
],
|
|
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["src/*"]
|
|
},
|
|
"declaration": true,
|
|
"outDir": "./dist"
|
|
},
|
|
"include": ["src/**/*", "tsconfig.app.json", "tsconfig.node.json"]
|
|
} |