mirror of
https://github.com/thepeacockproject/Peacock
synced 2025-01-07 03:46:23 +01:00
4551059a53
Fixed issue where non-development builds would try to load TypeScript-based plugins Fixed issue of non-exported interface FakePlayer
14 lines
336 B
JSON
14 lines
336 B
JSON
{
|
|
"extends": ["../tsconfig.json"],
|
|
"compilerOptions": {
|
|
// Reset rootDir to default to make rootDirs take effect
|
|
"rootDir": null,
|
|
"rootDirs": ["../components", "."],
|
|
"paths": {
|
|
"@peacockproject/core/*": ["./components/*"]
|
|
}
|
|
},
|
|
"include": ["*.ts"],
|
|
"exclude": []
|
|
}
|