初始化
This commit is contained in:
12
tsconfig.json
Normal file
12
tsconfig.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"include": ["src/**/*", "test/**/*.ts"],
|
||||
"exclude": ["node_modules", "**/*.spec.ts"],
|
||||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
"target": "es5",
|
||||
"lib": ["dom","es5"],
|
||||
"sourceMap": true,
|
||||
"outDir":"build",
|
||||
"rootDir":"src"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user