2023-04-03 04:38:26 +09:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"target": "es2021",
|
2023-04-19 00:52:33 +09:00
|
|
|
"module": "es2022",
|
2023-04-03 04:38:26 +09:00
|
|
|
"outDir": "./dist/",
|
|
|
|
"rootDir": "./src/",
|
2023-04-03 17:34:19 +09:00
|
|
|
"baseUrl": ".",
|
|
|
|
"paths": {
|
|
|
|
"@/*": ["src/*"]
|
|
|
|
}
|
2023-04-03 04:38:26 +09:00
|
|
|
},
|
2023-04-19 00:52:33 +09:00
|
|
|
"include": ["src/"],
|
2023-04-03 04:38:26 +09:00
|
|
|
"extends": "tools-tsconfig/base.json",
|
|
|
|
}
|