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