Archived
14 lines
286 B
JSON
14 lines
286 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": false,
|
|
"outDir": "dist",
|
|
"rootDir": "src",
|
|
"declaration": true,
|
|
"sourceMap": true,
|
|
"types": []
|
|
},
|
|
"include": ["src/**/*.ts", "../../plugin-api.d.ts"],
|
|
"exclude": ["src/**/*.test.ts"]
|
|
}
|