Initial commit: IdeaSDK TypeScript plugin SDK
This commit is contained in:
19
examples/hello-plugin/tsconfig.build.json
Normal file
19
examples/hello-plugin/tsconfig.build.json
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"declaration": false,
|
||||
"declarationMap": false,
|
||||
"noEmit": false,
|
||||
"outDir": "dist",
|
||||
"rootDir": "src",
|
||||
"sourceMap": false,
|
||||
"paths": {
|
||||
"@idea/plugin-sdk": [
|
||||
"../../dist/index.d.ts"
|
||||
]
|
||||
}
|
||||
},
|
||||
"include": [
|
||||
"src/**/*.ts"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user