Files
IdeaSDK/examples/hello-plugin/tsconfig.json
2026-08-02 16:24:59 +02:00

19 lines
315 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"declaration": false,
"declarationMap": false,
"noEmit": true,
"rootDir": "../..",
"paths": {
"@idea/plugin-sdk": [
"../../src/index.ts"
]
}
},
"include": [
"src/**/*.ts",
"../../src/**/*.ts"
]
}