35 lines
967 B
JSON
35 lines
967 B
JSON
{
|
|
"name": "@aura/tsconfig",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"main": "src/tsconfig.json",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"scripts": {
|
|
"build": "echo nothing to build :3"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"types": "./src/tsconfig.json",
|
|
"import": "./src/tsconfig.json",
|
|
"require": "./src/tsconfig.json"
|
|
},
|
|
"./base": {
|
|
"types": "./src/tsconfig.json",
|
|
"import": "./src/tsconfig.json",
|
|
"require": "./src/tsconfig.json"
|
|
},
|
|
"./decorators": {
|
|
"types": "./src/decorators.json",
|
|
"import": "./src/decorators.json",
|
|
"require": "./src/decorators.json"
|
|
},
|
|
"./extra-strict": {
|
|
"types": "./src/extra-strict.json",
|
|
"import": "./src/extra-strict.json",
|
|
"require": "./src/extra-strict.json"
|
|
}
|
|
}
|
|
} |