drivers/tsconfig-import.json
2024-07-01 12:55:34 -03:00

9 lines
167 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./dist-import",
"target": "ES2020",
"module": "ES2015",
"declaration": true,
}
}