File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
+ "include" : [" src/**/*" , " ../typings/**/*" ],
2
3
"compilerOptions" : {
3
4
/* Visit https://aka.ms/tsconfig to read more about this file */
4
5
27
28
/* Modules */
28
29
"module" : " AMD" , /* Specify what module code is generated. */
29
30
"rootDir" : " ./src" , /* Specify the root folder within your source files. */
30
- // "moduleResolution": "node10", /* Specify how TypeScript looks up a file from a given module specifier. */
31
+ // "moduleResolution": "node10", /* Specify how TypeScript looks up a file from a given module specifier. */
31
32
// "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */
32
33
// "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */
33
34
// "rootDirs": [], /* Allow multiple folders to be treated as one when resolving modules. */
34
35
"typeRoots" : [ /* Specify multiple folders that act like './node_modules/@types'. */
35
- " ./typings" ,
36
36
" ./node_modules/@types"
37
37
],
38
38
"types" : [
39
- " node"
39
+ " node" ,
40
40
], /* Specify type package names to be included without being referenced in a source file. */
41
41
// "allowUmdGlobalAccess": true, /* Allow accessing UMD globals from modules. */
42
42
// "moduleSuffixes": [], /* List of file name suffixes to search when resolving a module. */
Original file line number Diff line number Diff line change 1
1
{
2
+ "include" : [" src/**/*" , " ../typings/**/*" ],
2
3
"compilerOptions" : {
3
4
/* Visit https://aka.ms/tsconfig to read more about this file */
4
5
32
33
// "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */
33
34
// "rootDirs": [], /* Allow multiple folders to be treated as one when resolving modules. */
34
35
"typeRoots" : [ /* Specify multiple folders that act like './node_modules/@types'. */
35
- " ./typings" ,
36
36
" ./node_modules/@types"
37
37
],
38
38
"types" : [
Original file line number Diff line number Diff line change 1
1
{
2
+ "include" : [" src/**/*" , " ../typings/**/*" ],
2
3
"compilerOptions" : {
3
4
/* Visit https://aka.ms/tsconfig to read more about this file */
4
5
32
33
// "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */
33
34
// "rootDirs": [], /* Allow multiple folders to be treated as one when resolving modules. */
34
35
"typeRoots" : [ /* Specify multiple folders that act like './node_modules/@types'. */
35
- " ./typings" ,
36
36
" ./node_modules/@types"
37
37
],
38
38
"types" : [
You can’t perform that action at this time.
0 commit comments