mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-04 14:24:53 +08:00
19 lines
342 B
JSON
19 lines
342 B
JSON
{
|
|
"extends": "../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"rootDir": "./src",
|
|
"outDir": "./dist",
|
|
"paths": {
|
|
"@esotericsoftware/spine-core": ["../spine-core/src"]
|
|
}
|
|
},
|
|
"include": ["**/*.ts"],
|
|
"exclude": ["dist/**/*.d.ts"],
|
|
"references": [
|
|
{
|
|
"path": "../spine-core"
|
|
}
|
|
]
|
|
}
|