mirror of
https://github.com/syuilo/ai.git
synced 2024-11-09 15:38:00 +00:00
16 lines
214 B
JSON
16 lines
214 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"rootDir": "../",
|
|
"paths": {
|
|
"@/*": ["../src/*"],
|
|
"#/*": ["./*"]
|
|
},
|
|
},
|
|
"compileOnSave": false,
|
|
"include": [
|
|
"**/*.ts"
|
|
]
|
|
}
|