forked from Mirrors/doipjs
11 lines
No EOL
154 B
JSON
11 lines
No EOL
154 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"module": "commonjs",
|
|
"noEmit": true,
|
|
"strict": true,
|
|
},
|
|
"files": [
|
|
"./example.ts"
|
|
]
|
|
} |