@arubiku/utils-protocol
Version:
A utility library for the Grakkit and Protocol API
21 lines • 555 B
JSON
{
"compilerOptions": {
"strict": true,
"declaration": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"incremental": true,
"lib": [ "ES2015", "ES2016", "ES2017", "ES2018", "ES2019", "ES2020" ],
"module": "CommonJS",
"moduleResolution": "Node",
"resolveJsonModule": true,
"rootDir": "./src",
"skipLibCheck": true,
"target": "es2020",
"watch": false,
"outDir": "./dist"
},
"exclude": [
"node_modules"
]
}