mirror of
https://github.com/zrwusa/data-structure-typed.git
synced 2024-11-10 08:04:05 +00:00
15 lines
263 B
JSON
15 lines
263 B
JSON
{
|
|
"extends": "./tsconfig-base.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src/",
|
|
"outDir": "dist/cjs",
|
|
"module": "CommonJS",
|
|
"target": "ES2015",
|
|
"moduleResolution": "node",
|
|
"sourceMap": true
|
|
},
|
|
"include": [
|
|
"./src/**/*.ts"
|
|
]
|
|
}
|