mirror of
https://github.com/asphyxia-core/plugins.git
synced 2026-03-21 17:34:46 -05:00
11 lines
198 B
JSON
11 lines
198 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "esnext",
|
|
"noImplicitAny": false,
|
|
"moduleResolution": "node",
|
|
"types": ["./asphyxia-core"],
|
|
"sourceMap": false
|
|
}
|
|
}
|