mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-05-25 06:54:29 +02:00
12 lines
159 B
JSON
12 lines
159 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es6",
|
|
"lib": ["es6"],
|
|
"sourceMap": true
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
}
|