You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailchat/packages/meta-form/tsconfig.json

16 lines
325 B
JSON

{
"compilerOptions": {
"target": "ES5",
"lib": ["DOM", "ES2015"],
"jsx": "react",
"outDir": "./lib",
"declaration": true,
"esModuleInterop": true,
"isolatedModules": true,
"module": "CommonJS",
"moduleResolution": "node",
"strict": true,
"importsNotUsedAsValues": "error",
}
}