blessing-skin-plugins/tsconfig.json
2023-02-05 11:26:21 +08:00

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"]
}