2023-04-28 23:39:29 +09:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"rootDir": "src",
|
|
|
|
"outDir": "out",
|
|
|
|
"target": "ES2022",
|
|
|
|
"module": "ES2022",
|
2023-04-28 23:40:48 +09:00
|
|
|
"moduleResolution": "node",
|
|
|
|
"allowSyntheticDefaultImports": true
|
2023-04-28 23:39:29 +09:00
|
|
|
},
|
|
|
|
"exclude": ["temp", "test"]
|
|
|
|
}
|