15 lines
203 B
JSON
15 lines
203 B
JSON
|
{
|
||
|
"extends": "../../tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"rootDir": "./src",
|
||
|
},
|
||
|
"include": [
|
||
|
"src/**/*.ts"
|
||
|
],
|
||
|
"plugins": [
|
||
|
{
|
||
|
"transform": "typia/lib/transform"
|
||
|
}
|
||
|
],
|
||
|
}
|