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