structured-elements
Version:
A TypeScript package for modelling and validating data
23 lines (22 loc) • 469 B
JSON
{
"compilerOptions": {
"alwaysStrict": true,
"rootDir": "./src",
"baseUrl": "./src",
"declaration": true,
"declarationMap": true,
"esModuleInterop": true,
"module": "commonjs",
"noErrorTruncation": true,
"outDir": "./dist",
"paths": {
"@": ["./index"],
"@/*": ["./*"]
},
"sourceMap": true,
"strict": true,
"target": "ES2019",
"typeRoots": ["./node_modules/@types/*"]
},
"include": ["src"]
}