ts-jsdk
Version:
TypeScript implementation of the Java platform
31 lines (30 loc) • 488 B
JSON
{
"compilerOptions": {
"declaration": true,
"strict": true,
"module": "ES2015",
"target": "ES2015",
"moduleResolution": "node",
"lib": [
"ES2015",
"dom"
],
"outDir": "./dist/",
"sourceMap": true,
"baseUrl": ".",
"paths": {
"*": [
"./*",
"src/*"
]
},
"allowSyntheticDefaultImports": true,
"esModuleInterop": true
},
"include": [
"src"
],
"exclude": [
"**/node_modules"
]
}