mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-25 12:19:10 +00:00
12 lines
No EOL
191 B
JSON
12 lines
No EOL
191 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./lib",
|
|
"plugins": [
|
|
{ "transform": "ts-optchain/transform" }
|
|
]
|
|
},
|
|
"include": [
|
|
"./src"
|
|
]
|
|
} |