mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 09:16:01 +08:00
25 lines
355 B
JSON
25 lines
355 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",
|
|
"example/**/*.ts"
|
|
],
|
|
"references": [
|
|
{
|
|
"path": "../spine-core"
|
|
}
|
|
]
|
|
} |