mirror of
https://github.com/wishthis/wishthis.git
synced 2025-12-31 03:08:25 -05:00
12 lines
154 B
JSON
12 lines
154 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"module": "commonjs",
|
|
"noEmit": true,
|
|
"strict": true
|
|
},
|
|
"files": [
|
|
"./example.ts"
|
|
]
|
|
}
|