mirror of
https://github.com/bs-community/blessing-skin-plugins.git
synced 2025-01-07 03:06:43 +08:00
16 lines
371 B
JSON
16 lines
371 B
JSON
{
|
|
"extends": "@gplane/tsconfig",
|
|
"compilerOptions": {
|
|
"declaration": false,
|
|
"sourceMap": false,
|
|
"target": "es2017",
|
|
"module": "es2015",
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"blessing-skin": ["./types"]
|
|
},
|
|
"types": ["svelte", "jest", "node", "@testing-library/jest-dom"]
|
|
},
|
|
"include": ["plugins/*/assets", "types.ts", "globals.d.ts"]
|
|
}
|