@nsmp/js-api
Version:
Types for jsApi
23 lines (22 loc) • 482 B
JSON
{
"compilerOptions": {
"allowJs": true,
"allowSyntheticDefaultImports": true,
"baseUrl": "src",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"lib": ["ESNext", "DOM"],
"module": "ESNext",
"moduleResolution": "node",
"noImplicitAny": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"strictPropertyInitialization": false,
"target": "ES6",
"typeRoots": [
"node_modules/@types"
]
}
}