mirror of
https://github.com/cp6/my-idlers.git
synced 2024-11-17 07:52:40 +01:00
12 lines
154 B
JSON
12 lines
154 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "es6",
|
||
|
"module": "commonjs",
|
||
|
"noEmit": true,
|
||
|
"strict": true
|
||
|
},
|
||
|
"files": [
|
||
|
"./example.ts"
|
||
|
]
|
||
|
}
|