drivers/tsconfig-import.json
2024-06-05 19:47:31 -03:00

9 lines
167 B
JSON

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