mirror of
https://github.com/zrwusa/data-structure-typed.git
synced 2024-11-09 23:54:04 +00:00
15 lines
262 B
JSON
15 lines
262 B
JSON
{
|
|
"extends": "./tsconfig-base.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src/",
|
|
"outDir": "dist/mjs",
|
|
"module": "ESNext",
|
|
"target": "ESNext",
|
|
"moduleResolution": "Node",
|
|
"sourceMap": false
|
|
},
|
|
"include": [
|
|
"./src/**/*.ts"
|
|
]
|
|
}
|